Log ALL the things!

This commit is contained in:
GJ
2013-02-12 22:18:47 -05:00
parent e37f5e765e
commit aa0acf767b
9 changed files with 20 additions and 18 deletions

View File

@ -176,7 +176,7 @@ public class SpoutTools {
}
if (menuKey == null) {
System.out.println("Invalid KEY for Menu.Key, using KEY_M");
mcMMO.p.getLogger().warning("Invalid KEY for Menu.Key, using KEY_M");
menuKey = Keyboard.KEY_M;
}
}