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
@@ -92,7 +92,7 @@ public class Config {
return keyDrop.getInt(retDefKey);
}
public static boolean getEnableNumPad() {
public static boolean isNumPadEnabled() {
return enableNumPad.getBoolean(true);
}