Browse Source

Set the password as a travel parameter

According to the doc, `password` is a travel parameter and not a command line argument.
pull/2110/head
Guillaume Migeon 6 years ago
committed by GitHub
parent
commit
0a42c4d301
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/config-default/config-lgsm/inssserver/_default.cfg

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

@ -21,7 +21,7 @@ maxplayers="28"
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
fn_parms(){
parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport} -password=${serverpassword} -hostname='${servername}' -log"
parms="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers}?Port=${port}?QueryPort=${queryport}?password=${serverpassword} -hostname='${servername}' -log"
}
#### LinuxGSM Settings ####

Loading…
Cancel
Save