mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Removed Debug Print.
I'm a derp.
This commit is contained in:
parent
490956dcb5
commit
59e00d4e3d
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ public class TileEntityPhantomface extends TileEntityInventoryBase{
|
||||||
this.rangeBefore = this.range;
|
this.rangeBefore = this.range;
|
||||||
this.boundPosBefore = this.boundPosition;
|
this.boundPosBefore = this.boundPosition;
|
||||||
this.boundBlockBefore = this.boundPosition == null ? null : this.boundPosition.getBlock();
|
this.boundBlockBefore = this.boundPosition == null ? null : this.boundPosition.getBlock();
|
||||||
System.out.println("Hi!");
|
|
||||||
WorldUtil.updateTileAndTilesAround(this);
|
WorldUtil.updateTileAndTilesAround(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue