If we can't import and/ or extract, move on (otherwise we stay on the same slot forever)

This commit is contained in:
Raoul Van den Berge
2016-03-26 21:58:17 +01:00
parent eb8ca3a796
commit 0024254843

View File

@@ -59,6 +59,9 @@ public class TileImporter extends TileMachine implements ICompareSetting, IModeS
sided.decrStackSize(availableSlot, 1);
sided.markDirty();
}
} else {
// If we can't import and/ or extract, move on (otherwise we stay on the same slot forever)
currentSlot++;
}
}
}