Browse Source

Merge pull request #1718 from GameServerManagers/hotfix/arma-171101

[Hotfix] -netlog start parm now causes arma3 to crash
pull/1719/head
UltimateByte 7 years ago
committed by GitHub
parent
commit
3de5f3ccd4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/config-default/config-lgsm/arma3server/_default.cfg

2
lgsm/config-default/config-lgsm/arma3server/_default.cfg

@ -33,7 +33,7 @@ bepath=""
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
fn_parms(){
parms="-netlog -ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory"
parms="-ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${servercfgfullpath} -mod=${mods} -servermod=${servermods} -bepath=${bepath} -autoinit -loadmissiontomemory"
}
#### LinuxGSM Settings ####

Loading…
Cancel
Save