Преглед изворни кода

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

FliesWithWind пре 8 година
родитељ
комит
3da15c459e
1 измењених фајлова са 2 додато и 1 уклоњено
  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 ####