7475767778798081828384
public void update() { if(!worldObj.isRemote && (structure == null || !structure.didTick)) { new TankUpdateProtocol(this).updateTanks(); if(structure != null) { structure.didTick = true; }