Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add note that 'ALLOW_UPDATE_WITHOUT_OLD' causes problems
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
config.py
|
@@ -26,4 +26,5 @@ |
|
|
|
|
|
# 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 |