Skip to content

Commit

Permalink
I missed these
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTemportalist committed Nov 11, 2014
1 parent 6fa032f commit 514e2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/client/ArmorControls.java
Expand Up @@ -85,13 +85,13 @@ private static KeyBinding[] getVanillaKeyBindings() {

@SubscribeEvent
public void mouseEvent(InputEvent.MouseInputEvent event) {
if (!Api.isLoaded())
if (!Loader.isModLoaded("notenoughkeys"))
this.checkKeys();
}

@SubscribeEvent
public void keyEvent(InputEvent.KeyInputEvent event) {
if (!Api.isLoaded())
if (!Loader.isModLoaded("notenoughkeys"))
this.checkKeys();
}

Expand Down

0 comments on commit 514e2e6

Please sign in to comment.