mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Prevent players skipping fluid pressurization by just chucking fluid container into machines
This commit is contained in:
parent
0b8332d525
commit
76ca5c0a93
@ -126,6 +126,9 @@ public class FluidTank {
|
||||
|
||||
if(slots[in] == null)
|
||||
return false;
|
||||
|
||||
if(pressure != 0)
|
||||
return false;
|
||||
|
||||
int prev = this.getFill();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user