Mis-commit

This commit is contained in:
Brian Ricketts 2012-12-28 14:43:24 -06:00
parent 0bc33ea862
commit 46c59251fc

View file

@ -34,7 +34,12 @@ public class TileEntityDetector extends TileEntityAdvanced implements IFilterabl
@Override
public void updateEntity()
{
<<<<<<< Updated upstream
super.updateEntity();
=======
int metadata = this.worldObj.getBlockMetadata(xCoord, yCoord, zCoord) & 3;
AxisAlignedBB testArea = AxisAlignedBB.getBoundingBox(this.xCoord, this.yCoord - 1, this.zCoord, this.xCoord + 1, this.yCoord, this.zCoord + 1);
>>>>>>> Stashed changes
if (!this.worldObj.isRemote && this.ticks % 10 == 0)
{