resume builder too
This commit is contained in:
parent
889e288524
commit
5f0d3a4018
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user