This commit is contained in:
Anuken
2021-02-08 09:25:46 -05:00
parent 292f771eb1
commit 2edec90dfb
6 changed files with 61 additions and 54 deletions

View File

@@ -558,7 +558,6 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
if(ofract < fract) transferLiquid(other, (fract - ofract) * block.liquidCapacity / scaling, liquid);
}
}
}
public boolean canDumpLiquid(Building to, Liquid liquid){