Crafting Terminal Sync Fix.

This commit is contained in:
AlgorithmX2
2014-02-10 23:49:40 -06:00
parent 21c254f09f
commit 67cfc0a593
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -452,6 +452,7 @@ public abstract class AEBaseContainer extends Container
case CRAFT_ITEM:
case CRAFT_STACK:
((SlotCraftingTerm) s).doClick( action, player );
updateHeld( player );
default:
}
}