From f684692a013e80d0c4d07b1c0eba204bd94d2314 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 3 Jul 2014 16:16:33 +0200 Subject: [PATCH] Add note that 'ALLOW_UPDATE_WITHOUT_OLD' causes problems --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index f991261..122c24a 100644 --- a/config.py +++ b/config.py @@ -26,4 +26,5 @@ BANLIST = [] # Creates server entries if a server sends an 'update' and there is no entry yet # This should only be used to populate the server list after list.json was deleted. +# This WILL cause problems such as mapgen, mods and privilege information missing from the list ALLOW_UPDATE_WITHOUT_OLD = False