Remove debugging code

This commit is contained in:
Christian 2012-07-10 17:11:10 -04:00
parent 33cb3c31f2
commit d93b933350
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ public class ItemChestChanger extends Item implements ITextureProvider {
if (!getType().canUpgrade(IronChestType.WOOD)) {
return false;
}
org.lwjgl.input.Mouse.setGrabbed(false);
// Force old TE out of the world so that adjacent chests can update
newchest = IronChestType.makeEntity(getTargetChestOrdinal(IronChestType.WOOD.ordinal()));
int newSize = newchest.chestContents.length;