Fixed Importer getting stuck on slot

This commit is contained in:
Raoul Van den Berge
2016-05-25 01:32:14 +02:00
parent 15c2d29ebc
commit 7274584372
2 changed files with 6 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ public class TileImporter extends TileMachine implements ICompareConfig, IModeCo
if (result != null && controller.push(result)) {
handler.extractItem(currentSlot, 1, false);
} else {
currentSlot++;
}
}
}