Removed Debug Print.

I'm a derp.
This commit is contained in:
Ellpeck 2015-07-07 16:22:55 +02:00
parent 490956dcb5
commit 59e00d4e3d

View file

@ -80,7 +80,6 @@ public class TileEntityPhantomface extends TileEntityInventoryBase{
this.rangeBefore = this.range;
this.boundPosBefore = this.boundPosition;
this.boundBlockBefore = this.boundPosition == null ? null : this.boundPosition.getBlock();
System.out.println("Hi!");
WorldUtil.updateTileAndTilesAround(this);
}
}