codcacy wants a default

This commit is contained in:
Leijurv 2019-06-27 21:02:44 -07:00
parent 4d3d48e962
commit afff6395d1
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -85,6 +85,8 @@ public final class BackfillProcess extends BaritoneProcessHelper {
// patience
baritone.getLookBehavior().updateTarget(fake.getTarget().getRotation().get(), true);
return new PathingCommand(null, PathingCommandType.REQUEST_PAUSE);
default:
throw new IllegalStateException();
}
}
return new PathingCommand(null, PathingCommandType.DEFER); // cede to other process