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 found = false;
|
||||||
boolean cancelOthers = false;
|
boolean cancelOthers = false;
|
||||||
PathingCommand exec = null;
|
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);
|
IBaritoneProcess proc = inContention.get(i);
|
||||||
if (found) {
|
if (found) {
|
||||||
if (cancelOthers) {
|
if (cancelOthers) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user