Fixed copy&paste error

This commit is contained in:
DiddiZ
2012-01-10 13:01:30 +01:00
parent 85e43285fb
commit 2e46eda9eb

View File

@@ -75,7 +75,7 @@ public class Config extends LoggingEnabledMapping
def.put("clearlog.dumpDeletedLog", false);
def.put("clearlog.enableAutoClearLog", false);
def.put("clearlog.auto", Arrays.asList("world \"world\" before 365 days all", "world \"world\" player lavaflow waterflow leavesdecay before 7 days all", "world world_nether before 365 days all", "world world_nether player lavaflow before 7 days all"));
def.put("clearlog.clearlog.autoClearLogDelay", "6h");
def.put("clearlog.autoClearLogDelay", "6h");
def.put("logging.logCreeperExplosionsAsPlayerWhoTriggeredThese", false);
def.put("logging.logKillsLevel", "PLAYERS");
def.put("logging.logPlayerInfo", true);