Fixed crash with power net

This commit is contained in:
modmuss50 2016-03-20 15:59:09 +00:00
parent b34e6df827
commit d8bc90e18c

View file

@ -48,9 +48,6 @@ public class TRPowerNet {
}
cables.removeAll(oldCables);
}
if(tick % 1200 == 0){
buildEndpoint();
}
if (!cables.isEmpty()) {
ArrayList<EnergyHandler> collectibles = new ArrayList();
ArrayList<EnergyHandler> insertibles = new ArrayList();