Prevent players skipping fluid pressurization by just chucking fluid container into machines

This commit is contained in:
George Paton 2024-04-10 09:29:29 +10:00
parent 0b8332d525
commit 76ca5c0a93

View File

@ -126,6 +126,9 @@ public class FluidTank {
if(slots[in] == null)
return false;
if(pressure != 0)
return false;
int prev = this.getFill();