Fix Gas Networks losing all their capacity

This commit is contained in:
Ben Spiers 2014-08-17 04:17:12 +01:00
parent 9b46044391
commit 0ac4494049

View file

@ -464,7 +464,7 @@ public class GasNetwork extends DynamicNetwork<IGasHandler, GasNetwork>
}
network.gasScale = network.getScale();
network.updateCapacity();
return network;
}