forked from RepoMirrors/baritone
spammy
This commit is contained in:
parent
2aee91be10
commit
d121ca182f
|
@ -135,7 +135,7 @@ public class PathingControlManager {
|
||||||
proc.onLostControl();
|
proc.onLostControl();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
System.out.println("Executing command " + exec.commandType + " " + exec.goal + " from " + proc.displayName());
|
//System.out.println("Executing command " + exec.commandType + " " + exec.goal + " from " + proc.displayName());
|
||||||
inControlThisTick = proc;
|
inControlThisTick = proc;
|
||||||
found = true;
|
found = true;
|
||||||
cancelOthers = !proc.isTemporary();
|
cancelOthers = !proc.isTemporary();
|
||||||
|
|
Loading…
Reference in New Issue