Fix crash in clearStack (#3033)

This commit is contained in:
fscan
2017-08-15 15:05:12 +02:00
committed by yueh
parent 9022150e38
commit ac48ab02fc
@@ -79,7 +79,7 @@ public class AppEngSlot extends Slot
public void clearStack()
{
super.putStack( ItemStack.EMPTY );
ItemHandlerUtil.setStackInSlot( this.itemHandler, this.slotNumber, ItemStack.EMPTY );
}
@Override