Minor cloud bugfixes / Removed flow rate option

This commit is contained in:
Anuken
2021-07-27 09:08:09 -04:00
parent f5222674ff
commit adbe55b0db
4 changed files with 17 additions and 18 deletions

View File

@@ -1102,7 +1102,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
table.row();
table.table(this::displayConsumption).growX();
boolean displayFlow = (block.category == Category.distribution || block.category == Category.liquid) && Core.settings.getBool("flow") && block.displayFlow;
boolean displayFlow = (block.category == Category.distribution || block.category == Category.liquid) && block.displayFlow;
if(displayFlow){
String ps = " " + StatUnit.perSecond.localized();