Fix silly oversight in Fluid Hatch fluid handling.

This commit is contained in:
Alkalus 2019-11-15 13:54:52 +00:00 committed by GitHub
parent 7b592a645c
commit 12ce0da857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ public class GT_MetaTileEntity_Hatch_Input extends GT_MetaTileEntity_Hatch {
@Override @Override
public boolean canTankBeEmptied() { public boolean canTankBeEmptied() {
return true; return false;
} }
@Override @Override