super.updateEntity();
boolean firstTick = false;
if (this.updateClientFlag)
{
GalacticraftCore.packetPipeline.sendToDimension(new PacketSimple(EnumSimplePacket.C_UPDATE_ARCLAMP_FACING, new Object[] { this.xCoord, this.yCoord, this.zCoord, this.facing } ), this.worldObj.provider.dimensionId);
this.updateClientFlag = false;
}
if (!this.worldObj.isRemote && this.isActive)
{