single threaded
This commit is contained in:
parent
28be7121e3
commit
9accdf097f
@ -61,11 +61,11 @@ public class PathingBehavior extends Behavior {
|
|||||||
private boolean lastAutoJump;
|
private boolean lastAutoJump;
|
||||||
|
|
||||||
private void dispatchPathEvent(PathEvent event) {
|
private void dispatchPathEvent(PathEvent event) {
|
||||||
new Thread() {
|
//new Thread() {
|
||||||
public void run() {
|
// public void run() {
|
||||||
Baritone.INSTANCE.getGameEventHandler().onPathEvent(event);
|
Baritone.INSTANCE.getGameEventHandler().onPathEvent(event);
|
||||||
}
|
// }
|
||||||
}.start();
|
//}.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user