revalidate on goal update too

This commit is contained in:
Leijurv
2019-02-27 12:23:05 -08:00
parent a47b0c0581
commit bf25d7328e

View File

@@ -55,6 +55,9 @@ public class CustomGoalProcess extends BaritoneProcessHelper implements ICustomG
if (this.state == State.NONE) {
this.state = State.GOAL_SET;
}
if (this.state == State.EXECUTING) {
this.state = State.PATH_REQUESTED;
}
}
@Override