Merge pull request #3173 from scorbett123/patch-4
Add unpause as an alias for resume
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user