make #paws be an alias for #pause

This commit is contained in:
Leijurv
2022-07-09 22:06:39 -07:00
committed by GitHub
parent 49828baae3
commit 51275b3a65

View File

@@ -79,7 +79,7 @@ public class ExecutionControlCommands {
}
}
);
pauseCommand = new Command(baritone, "pause", "p") {
pauseCommand = new Command(baritone, "pause", "p", "paws") {
@Override
public void execute(String label, IArgConsumer args) throws CommandException {
args.requireMax(0);