Browse Source

Corrected Ricochet config

Removed duplicated and unsupported stuff
pull/1639/head
Marvin Lehmann 8 years ago
parent
commit
e03078e0e0
  1. 19
      lgsm/config-default/config-lgsm/ricochetserver/_default.cfg

19
lgsm/config-default/config-lgsm/ricochetserver/_default.cfg

@ -20,25 +20,6 @@ fn_parms(){
parms="-game ricochet -strictportbind +ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}"
}
##########################
######## Settings ########
##########################
#### Server Settings ####
## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
ip="0.0.0.0"
## Optional: Game Server Login Token
# GSLT can be used for running a public server.
# More info: https://gameservermanagers.com/gslt
gslt=""
## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
fn_parms(){
parms=""
}
#### LinuxGSM Settings ####
## Notification Alerts

Loading…
Cancel
Save