Part 1 of proper fix for issue #563

Implement ILiquidTank getTank properly.
This commit is contained in:
bculkin2442 2013-01-16 19:46:10 -05:00
parent 10ef5530ea
commit 96f1aed0a2

View file

@ -430,6 +430,6 @@ public class TilePump extends TileMachine implements IMachine, IPowerReceptor, I
@Override
public ILiquidTank getTank(ForgeDirection direction, LiquidStack type) {
return null;
return tank;
}
}