Fixed: Moving a held item to hotbar slot.

This commit is contained in:
Alexander Albers
2015-11-02 13:51:21 +01:00
parent f08cc9b591
commit af0baf959c
2 changed files with 9 additions and 3 deletions
@@ -85,8 +85,7 @@ public class CraftingManager extends ContainerManager {
// Handle NumKey-moving
} else if (Util.client.thePlayer.inventory.getItemStack() != null) {
Logger.warn("acceptKey()", "NumKey-Moving does not work yet. Will probably work never.");
//handleNumKey();
handleNumKey();
}
}
}