mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-06 08:18:13 +07:00
Fixed #7227
This commit is contained in:
@ -46,8 +46,6 @@ public class StackRouter extends DuctRouter{
|
||||
var target = target();
|
||||
while(target != null && items.total() > 0){
|
||||
target.handleItem(this, current);
|
||||
int mod = sortItem != null && current != sortItem ? 2 : 3;
|
||||
cdump = (byte)((cdump + 1) % mod);
|
||||
items.remove(current, 1);
|
||||
|
||||
target = target();
|
||||
|
Reference in New Issue
Block a user