Merge pull request #1037 from viliml/patch-1

Update Pipe.java
This commit is contained in:
CovertJaguar 2013-07-22 14:02:12 -07:00
commit 5353a47aec

View file

@ -405,8 +405,8 @@ public abstract class Pipe implements IPipe, IDropControlInventory {
}
if (hasGate()) {
resetGate();
gate.dropGate();
resetGate();
}
for (ForgeDirection direction : ForgeDirection.VALID_DIRECTIONS) {