Merge pull request #3173 from scorbett123/patch-4
Add unpause as an alias for resume
This commit is contained in:
commit
c2de6e3f3d
@ -112,7 +112,7 @@ public class ExecutionControlCommands {
|
||||
);
|
||||
}
|
||||
};
|
||||
resumeCommand = new Command(baritone, "resume", "r") {
|
||||
resumeCommand = new Command(baritone, "resume", "r", "unpause") {
|
||||
@Override
|
||||
public void execute(String label, IArgConsumer args) throws CommandException {
|
||||
args.requireMax(0);
|
||||
|
Loading…
Reference in New Issue
Block a user