Explorar el Código

Merge branch 'master' of https://github.com/FliesWithWind/LinuxGSM

FliesWithWind hace 8 años
padre
commit
3da15c459e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      lgsm/config-default/config-lgsm/stationeers/_default.cfg

+ 2 - 1
lgsm/config-default/config-lgsm/stationeers/_default.cfg

@@ -14,12 +14,13 @@ port="27500"
 queryport="27015"
 worldtype="Moon"
 autosaveinterval=300
+clearinterval=60
 worldname="moon_save"
 
 ## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
 # Edit with care | http://hurtworld.wikia.com/wiki/Hosting_A_Server
 fn_parms(){
-parms="-batchmode -nographics -autostart  -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval}"
+parms="-batchmode -nographics -autostart  -gameport=${port} -updateport=${queryport} -worldtype=${worldtype} -loadworld=${worldname} -worldname=${worldname} -autosaveinterval=${autosaveinterval} -clearallinterval=${clearinterval}"
 }
 
 #### LinuxGSM Settings ####