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