Skip to content

Commit

Permalink
fix #2502
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Mar 3, 2015
1 parent 6b53d1f commit 00a72e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/buildcraft/energy/TileEngineIron.java
Expand Up @@ -393,9 +393,6 @@ public boolean canFill(ForgeDirection from, Fluid fluid) {

@Override
public FluidTankInfo[] getTankInfo(ForgeDirection direction) {
if (direction == orientation) {
return null;
}
return tankManager.getTankInfo(direction);
}

Expand Down

0 comments on commit 00a72e8

Please sign in to comment.