Removed some useless code

This commit is contained in:
psxlover 2012-09-14 22:47:45 +03:00
parent b1bc60ed0b
commit 6ebd570eb1

View file

@ -12,7 +12,6 @@ import buildcraft.core.EntityPowerLaser;
import buildcraft.core.network.PacketUpdate;
import buildcraft.core.network.TileNetworkData;
import buildcraft.core.proxy.CoreProxy;
import cpw.mods.fml.common.FMLLog;
import net.minecraft.src.NBTTagCompound;
import net.minecraft.src.TileEntity;
@ -159,9 +158,6 @@ public class TilePathMarker extends TileMarker {
lasers[1].setDead();
}
lasers = new EntityLaser[2];
links = new TilePathMarker[2];
availableMarkers.remove(this);
tryingToConnect = false;
}