restore 6.1.2 valve behaviour after getting feedback

This commit is contained in:
asiekierka 2014-10-24 15:18:22 +02:00
parent 6085945d9a
commit 44a0b1bf6f

View file

@ -298,10 +298,10 @@ public final class Gate implements IGate {
int oldRedstoneOutput = redstoneOutput;
redstoneOutput = 0;
for (ForgeDirection ioSide : ForgeDirection.VALID_DIRECTIONS) {
/* for (ForgeDirection ioSide : ForgeDirection.VALID_DIRECTIONS) {
pipe.transport.allowInput(ioSide, true);
pipe.transport.allowOutput(ioSide, true);
}
} */
boolean wasActive = activeActions.size() > 0;