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

View File

@@ -112,7 +112,7 @@ public class ExecutionControlCommands {
); );
} }
}; };
resumeCommand = new Command(baritone, "resume", "r") { resumeCommand = new Command(baritone, "resume", "r", "unpause") {
@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);