mirror of
https://github.com/cabaletta/baritone
synced 2025-01-18 13:13:19 +00:00
Add pause "command" in ExampleBaritoneControl
This commit is contained in:
parent
239bb14e3a
commit
820c108548
@ -480,5 +480,9 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
|
|||||||
event.cancel();
|
event.cancel();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (msg.equals("pause")) {
|
||||||
|
PathingBehavior.INSTANCE.toggle();
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user