Browse Source

sync with configs

pull/4378/head
Daniel Gibbs 2 years ago
parent
commit
7f2a6ffc53
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/config-default/config-lgsm/ohdserver/_default.cfg

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

@ -19,7 +19,7 @@ defaultmap="AAS-TestMap"
maxplayers="16"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="${defaultmap}?MaxPlayers=${maxplayers}?Password=${serverpassword} -Port=${port} -QueryPort=${queryport} -SteamServerName='${servername}' -log"
startparameters="${defaultmap}?MaxPlayers=${maxplayers} -MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -RCONPort=${rconport} -SteamServerName='${servername}' -log"
#### LinuxGSM Settings ####

Loading…
Cancel
Save