return false;
}
facing = newFacing;
if(!worldObj.isRemote) {
CommonPacketHandler.INSTANCE.sendToAllAround(new DeviceUpdateRotationMessage(xCoord, yCoord, zCoord, facing), new NetworkRegistry.TargetPoint(worldObj.provider.dimensionId, xCoord, yCoord, zCoord, 50));
this.markChunkDirty();
}
this.callNeighborBlockChange();
return true;