resume builder too

This commit is contained in:
Leijurv 2019-10-06 13:24:27 -07:00
parent 889e288524
commit 5f0d3a4018
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ public class PauseResumeCommands {
@Override
public void execute(String label, IArgConsumer args) throws CommandException {
args.requireMax(0);
baritone.getBuilderProcess().resume();
if (!paused[0]) {
throw new CommandInvalidStateException("Not paused");
}