Closed bekzod closed 7 years ago
@bekzod awesome, but we should likely add a test ensuring we don't regress again.
I think it was to big of a word to say fixing how targetQueue cleared
it is just iterating through targetQueue array with i += 2
instead of i++
so checks only methods instead of indexes, so it just in sense made it more efficient instead of fixing it :P so no test need for this I think
rebase, and we can merge.
Good catch!
rebased
targetQueue
elements containmethod
index
pairs not method so is was cleared wrongly this fixes it