Add note that 'ALLOW_UPDATE_WITHOUT_OLD' causes problems

This commit is contained in:
sfan5
2014-07-03 16:16:33 +02:00
parent b6cae2f7c9
commit f684692a01

View File

@@ -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