Minor cleanup
This commit is contained in:
@@ -479,9 +479,7 @@ public class Administration{
|
|||||||
autosave("Whether the periodically save the map when playing.", false),
|
autosave("Whether the periodically save the map when playing.", false),
|
||||||
autosaveAmount("The maximum amount of autosaves. Older ones get replaced.", 10),
|
autosaveAmount("The maximum amount of autosaves. Older ones get replaced.", 10),
|
||||||
autosaveSpacing("Spacing between autosaves in seconds.", 60 * 5),
|
autosaveSpacing("Spacing between autosaves in seconds.", 60 * 5),
|
||||||
debug("Enable debug logging", false, () -> {
|
debug("Enable debug logging", false, () -> Log.level = debug() ? LogLevel.debug : LogLevel.info);
|
||||||
Log.level = debug() ? LogLevel.debug : LogLevel.info;
|
|
||||||
});
|
|
||||||
|
|
||||||
public static final Config[] all = values();
|
public static final Config[] all = values();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user