Skip to content

Commit

Permalink
Fixed and tested patch
Browse files Browse the repository at this point in the history
  • Loading branch information
TGNThump committed Sep 9, 2015
1 parent 74b70e2 commit 097748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/client/ArmorControls.java
Expand Up @@ -98,7 +98,7 @@ public void keyEvent(KeyInputEvent event) {
@Optional.Method(modid = "notenoughkeys")
@SubscribeEvent
public void keyEventSpecial(KeyBindingPressedEvent event) {
this.sendPressed(event.keyBinding, event.isKeyBindingPressed);
this.sendPress(event.keyBinding, event.keyBinding.isPressed());
}

private void checkKeys(int keycode) {
Expand Down

0 comments on commit 097748e

Please sign in to comment.