Should fix CME.

This commit is contained in:
AlgorithmX2 2014-04-09 19:52:13 -05:00
parent e8c2725551
commit b33d0771d6

View file

@ -380,6 +380,8 @@ public class TileIOPort extends AENetworkInvTile implements IUpgradeableHost, IC
}
itemsToMove -= possible;
didStuff = true;
break;
}
}
}