Removed some useless code
This commit is contained in:
parent
b1bc60ed0b
commit
6ebd570eb1
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue