Fixed issue with Terminal Inventories on Servers.

This commit is contained in:
AlgorithmX2
2014-02-09 18:56:35 -06:00
parent bc9cc1b9f3
commit 9f26cc0b43
3 changed files with 37 additions and 7 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ public enum InventoryAction
CRAFT_STACK, CRAFT_ITEM, CRAFT_SHIFT,
// extra...
MOVE_REGION, PICKUP_SINGLE
MOVE_REGION, PICKUP_SINGLE, UPDATE_HAND
}