This commit is contained in:
Robin Kupper
2011-11-09 20:41:15 +01:00
parent 1b6269ea3e
commit c82f20fa03
2 changed files with 6 additions and 1 deletions

View File

@@ -77,6 +77,11 @@ class Updater
}
config.set("version", "1.32");
}
if (config.getString("version").compareTo("1.40") < 0) {
getLogger().info("[LogBlock] Updating config to 1.40 ...");
config.set("clearlog.keepLogDays", null);
config.set("version", "1.40");
}
logblock.saveConfig();
return true;
}

View File

@@ -1,5 +1,5 @@
name: LogBlock
version: '1.32'
version: '1.40'
author: DiddiZ
website: http://www.diddiz.de/minecraft/
main: de.diddiz.LogBlock.LogBlock