Finished Refactoring. That was a lot of work. Everything is fine now. Missing: More Logger output, Packet Handling. Than we are in beta-state =D

This commit is contained in:
0xSeb
2015-10-26 01:14:00 +01:00
parent bada3c5910
commit 4ca5648148
5 changed files with 106 additions and 85 deletions
@@ -41,7 +41,7 @@ public class InputUtil {
}
return null;
} else {
System.out.println("getSlotAtMousePosition(): guiContainer == null");
Logger.debug("getSlotAtMousePosition(gui)", "guiContainer == null");
return null;
}
}