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