mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 21:24:43 +02:00
Log ALL the things!
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user