Fix command logging.

No seriously, was the previous code even supposed to work?
This commit is contained in:
Wizjany
2012-12-27 11:45:37 -05:00
parent 6c189c4ff9
commit 79802bd4b9
7 changed files with 67 additions and 39 deletions

View File

@@ -90,6 +90,7 @@ public abstract class LocalConfiguration {
public int maxSuperPickaxeSize = 5;
public int maxBrushRadius = 6;
public boolean logCommands = false;
public String logFile = "";
public boolean registerHelp = true; // what is the point of this, it's not even used
public int wandItem = ItemID.WOOD_AXE;
public boolean superPickaxeDrop = true;