Moved the old src to main/java/resources

This commit is contained in:
Brady 2018-08-01 18:45:56 -07:00
parent 6a686d11f3
commit 28c4636857
No known key found for this signature in database
GPG Key ID: 73A788379A197567
39 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public final class InputOverrideHandler implements Helper {
InputOverrideHandler() {}
/**
* Maps keybinds to whether or not we are forcing their state down
* Maps keybinds to whether or not we are forcing their state down.
*/
private final Map<KeyBinding, Boolean> inputForceStateMap = new HashMap<>();