Little KeyBinding fix.

This commit is contained in:
0xSeb
2015-11-09 10:06:26 +01:00
parent 03fededbb1
commit 4737e4cbcf
2 changed files with 1 additions and 3 deletions
@@ -193,8 +193,6 @@ public abstract class ContainerManager {
// If held, move!
if (Util.isHoldingStack()) {
// TODO: Make place?
leftClick(hotbarStartIndex + inputdelta);
Logger.info("handleNumKey()", "Moved to hotbar slot " + inputdelta + ".");