Fixed Importer getting stuck on slot
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user