Fixed Fake Slot Dragging Behavior ( Fixed Bug: #1108 )

This commit is contained in:
AlgorithmX2
2014-09-19 20:34:25 -05:00
parent d9060b7ca5
commit 68cc7fd5f7
3 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ public enum InventoryAction
CRAFT_STACK, CRAFT_ITEM, CRAFT_SHIFT,
// extra...
MOVE_REGION, PICKUP_SINGLE, UPDATE_HAND, ROLLUP, ROLLDOWN, AUTOCRAFT
MOVE_REGION, PICKUP_SINGLE, UPDATE_HAND, ROLLUP, ROLLDOWN, AUTOCRAFT, PLACE_SINGLE
}