• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

shutdown server

mmheo

New Member
Joined
Sep 14, 2017
Messages
157
Reaction score
1
i have problem everyday at 11 am clock in my country my exe get auto shutdown idk the reason anyone can tell me why? and how i can fix this?
tfs 0.4
 
globalevents.xml check if theres server save or something which says 11;00
no have globalevent with save in 11 clock


In config.lua
change
PHP:
globalSaveEnabled = true
to
PHP:
globalSaveEnabled = false

yes globalSaveEnabled = true i changed to globalSaveEnabled = false
i will w8 till tomorrow and see server will close or no
 
Back
Top