This commit is contained in:
Anuken
2022-07-23 13:15:54 -04:00
parent ca04c85b92
commit fa3bd6dbc6

View File

@ -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();