Fixed create inputting creates on double click

This commit is contained in:
DarkGuardsman 2013-09-21 18:35:16 -04:00
parent f3c114af0f
commit 50d359f048

View file

@ -229,7 +229,7 @@ public class BlockCrate extends BlockAssembly
requestStack = player.getCurrentEquippedItem();
}
if (requestStack != null)
if (requestStack != null && requestStack.itemID != this.blockID)
{
boolean success = false;