Fixed accidental edit conflict.

This commit is contained in:
SirSengir 2012-11-14 16:48:59 +01:00
parent 8a6d6b0ffe
commit 26173cf35c

View file

@ -478,9 +478,4 @@ public class TileEngine extends TileBuildCraft implements IPowerReceptor, IInven
}
@Override public ILiquidTank getTank(ForgeDirection direction, LiquidStack type) { return null; }
@Override
public ILiquidTank getTank(ForgeDirection direction, LiquidStack type) {
// TODO Auto-generated method stub
return null;
}
}