Added setting to switch to standalone mode

This commit is contained in:
Timo Smit 2016-08-29 21:54:15 +02:00
parent 32bd456fa7
commit 0cbdf407cb

View file

@ -41,6 +41,7 @@ local data = {
["g_restrictedVotes"] = "", ["g_restrictedVotes"] = "",
["g_renameLimit"] = 3, ["g_renameLimit"] = 3,
["g_renameInterval"] = 60, ["g_renameInterval"] = 60,
["g_standalone"] = 1,
["g_debugWolfAdmin"] = 0, ["g_debugWolfAdmin"] = 0,
["omnibot_maxbots"] = 10, ["omnibot_maxbots"] = 10,
["db_type"] = "sqlite", ["db_type"] = "sqlite",