diff --git a/Arma3/arma3server b/Arma3/arma3server index ff296e3bc..91cfdacc5 100644 --- a/Arma3/arma3server +++ b/Arma3/arma3server @@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then set -x fi -version="271215" +version="010216" #### Variables #### @@ -27,6 +27,7 @@ steampass="password" ip="0.0.0.0" port="2302" updateonstart="off" +startonmonitor="off" fn_parms(){ parms="-netlog -ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory"