codcacy wants a default
This commit is contained in:
parent
4d3d48e962
commit
afff6395d1
@ -85,6 +85,8 @@ public final class BackfillProcess extends BaritoneProcessHelper {
|
|||||||
// patience
|
// patience
|
||||||
baritone.getLookBehavior().updateTarget(fake.getTarget().getRotation().get(), true);
|
baritone.getLookBehavior().updateTarget(fake.getTarget().getRotation().get(), true);
|
||||||
return new PathingCommand(null, PathingCommandType.REQUEST_PAUSE);
|
return new PathingCommand(null, PathingCommandType.REQUEST_PAUSE);
|
||||||
|
default:
|
||||||
|
throw new IllegalStateException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new PathingCommand(null, PathingCommandType.DEFER); // cede to other process
|
return new PathingCommand(null, PathingCommandType.DEFER); // cede to other process
|
||||||
|
Loading…
Reference in New Issue
Block a user