Merged the updateCapacity() fix to development

This commit is contained in:
Aidan C. Brady 2014-08-20 14:07:54 -04:00
parent 8c58a9eaed
commit baae072601

View file

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