Merge pull request #3173 from scorbett123/patch-4

Add unpause as an alias for resume
This commit is contained in:
Leijurv 2022-02-01 23:57:21 -08:00 committed by GitHub
commit c2de6e3f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);