Only break Logistical Sorter algorithm when items are actually sent
This commit is contained in:
parent
a9191fad32
commit
a8993cb223
1 changed files with 2 additions and 2 deletions
|
@ -118,9 +118,9 @@ public class TileEntityLogisticalSorter extends TileEntityElectricBlock implemen
|
|||
inventory.markDirty();
|
||||
setActive(true);
|
||||
sentItems = true;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue