Fix silly oversight in Fluid Hatch fluid handling.
This commit is contained in:
parent
7b592a645c
commit
12ce0da857
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class GT_MetaTileEntity_Hatch_Input extends GT_MetaTileEntity_Hatch {
|
|||
|
||||
@Override
|
||||
public boolean canTankBeEmptied() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue