Added PropertiesConfiguration utility configuration loaded, fixed misspelling if logCommands variable in LocalConfiguration.

This commit is contained in:
sk89q
2011-01-27 09:07:50 -08:00
parent 5aa7d70041
commit 81c1b17f4c
4 changed files with 235 additions and 6 deletions

View File

@ -51,7 +51,7 @@ public class BukkitConfiguration extends LocalConfiguration {
maxSuperPickaxeSize = Math.max(1, config.getInt(
"limits.max-super-pickaxe-size", maxSuperPickaxeSize));
registerHelp = true;
logComands = config.getBoolean("logging.log-commands", logComands);
logCommands = config.getBoolean("logging.log-commands", logCommands);
superPickaxeDrop = config.getBoolean("super-pickaxe.drop-items",
superPickaxeDrop);
superPickaxeManyDrop = config.getBoolean(