Fixed crash with power net
This commit is contained in:
parent
b34e6df827
commit
d8bc90e18c
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue