crucial performance optimization
This commit is contained in:
parent
7898b24bac
commit
8b6d621d20
@ -174,7 +174,7 @@ public class PathingControlManager implements IPathingControlManager {
|
||||
boolean found = false;
|
||||
boolean cancelOthers = false;
|
||||
PathingCommand exec = null;
|
||||
for (int i = inContention.size() - 1; i >= 0; i--) { // truly a gamer moment
|
||||
for (int i = inContention.size() - 1; i >= 0; --i) { // truly a gamer moment
|
||||
IBaritoneProcess proc = inContention.get(i);
|
||||
if (found) {
|
||||
if (cancelOthers) {
|
||||
|
Loading…
Reference in New Issue
Block a user