• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Shurdown

jegudiell

New Member
Joined
Dec 16, 2010
Messages
14
Reaction score
0
Location
Netherlands
Hello,

my server does a shutdown when it has done a global save, but i have set in config.lua this


-- Global save
globalSaveEnabled = "no"
globalSaveHour = 3
shutdownAtGlobalSave = "no"
cleanMapAtGlobalSave = "yes"

but it still does a shutdown, i also try'd this:


-- Global save
globalSaveEnabled = false
globalSaveHour = 3
shutdownAtGlobalSave = false
cleanMapAtGlobalSave = true

does someone know whats the problem?

please help
 
Thats really weird.. it shouldn't even do a globalsave with that configuration :eek: have you tried enabling it globalSaveEnabled = "yes" and then it might work?
 
try :

Lua:
globalSaveEnabled = false
globalSaveHour = 8
shutdownAtGlobalSave = false
cleanMapAtGlobalSave = false

You sure it does a global save and it gets shut down or normal save?
 
Back
Top