resume builder too
This commit is contained in:
parent
889e288524
commit
5f0d3a4018
@ -114,6 +114,7 @@ public class PauseResumeCommands {
|
|||||||
@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);
|
||||||
|
baritone.getBuilderProcess().resume();
|
||||||
if (!paused[0]) {
|
if (!paused[0]) {
|
||||||
throw new CommandInvalidStateException("Not paused");
|
throw new CommandInvalidStateException("Not paused");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user