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