Fix dupe bug #866

Number keys no longer move items around.
This commit is contained in:
Virtuoel 2015-06-03 16:47:42 +03:00
parent e664a7dfad
commit 7d799a41c8
1 changed files with 6 additions and 0 deletions

View File

@ -169,6 +169,12 @@ public class GuiTransmutationTablet extends GuiBase
tickCount++;
}
@Override
protected boolean checkHotbarKeys(int key)
{
return false;
}
@Override
public void handleElementButtonClick(String buttonName, int mouseButton)
{