mirror of
https://github.com/cabaletta/baritone
synced 2025-01-03 13:22:04 +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();
|
||||
return;
|
||||
}
|
||||
if (msg.equals("pause")) {
|
||||
PathingBehavior.INSTANCE.toggle();
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user