Blockland Forums > Help
RTB Preferences Never Save
Ticonderoga:
Title.
This involves things such as admin list, welcome message, and any or changes made in the RTB preferences gui.
And I mean any time I restart a server, not when I restart blockland.
pecon98:
Next time you shut down your server use quit(); instead of any other method.
DignityTheGreat:
--- Quote from: pecon98 on January 04, 2013, 04:39:26 PM ---Next time you shut down your server use quit(); instead of any other method.
--- End quote ---
What he said.
Ticonderoga:
--- Quote from: pecon98 on January 04, 2013, 04:39:26 PM ---Next time you shut down your server use quit(); instead of any other method.
--- End quote ---
Will I have to do this everytime?
And is there something, such as an add-on, keeping me from saving the normal way?
pecon98:
--- Quote from: Ticonderoga on January 04, 2013, 05:20:38 PM ---Will I have to do this everytime?
And is there something, such as an add-on, keeping me from saving the normal way?
--- End quote ---
Yes, you have to do this every time you shut down a dedicated server in order for that to save.
No, no add-ons are at fault here. In singleplayer servers, quit(); is called when you hit the quit button in the main menu or escape menu. This is why the variables usually save in singleplayer. On a dedicated server, if you simply stop the process (via the close button or task manager) then the game does not save the preferences.