Skip to content

Commit

Permalink
fixed #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Dec 20, 2014
1 parent a4eb84c commit 0e378a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/doubledoordev/mtrm/gui/MTRMGui.java
Expand Up @@ -154,7 +154,7 @@ protected void actionPerformed(GuiButton btn)
tokenTxt.setText(getStackToken(true, inventorySlots.getSlot(editing).getStack()));
break;
default:
showOptionsFor(btn.id);
if (btn.id >= 0 && btn.id <= 10) showOptionsFor(btn.id);
}
}

Expand Down

0 comments on commit 0e378a7

Please sign in to comment.