{
super.onUpdate();
if (!this.worldObj.isRemote)
{
GalacticraftCore.packetPipeline.sendToAllAround(new PacketDynamic(this), new TargetPoint(this.worldObj.provider.dimensionId, this.posX, this.posY, this.posZ, this.getPacketRange()));
// PacketDispatcher.sendPacketToAllAround(this.posX, this.posY,
// this.posZ, this.getPacketRange(),
// this.worldObj.provider.dimensionId,
// GCCorePacketManager.getPacket(GalacticraftCore.CHANNELENTITIES,
// this, this.getNetworkedData(new ArrayList<Object>())));