make #paws be an alias for #pause
This commit is contained in:
parent
49828baae3
commit
51275b3a65
@ -79,7 +79,7 @@ public class ExecutionControlCommands {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
pauseCommand = new Command(baritone, "pause", "p") {
|
pauseCommand = new Command(baritone, "pause", "p", "paws") {
|
||||||
@Override
|
@Override
|
||||||
public void execute(String label, IArgConsumer args) throws CommandException {
|
public void execute(String label, IArgConsumer args) throws CommandException {
|
||||||
args.requireMax(0);
|
args.requireMax(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user