Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add waiting duty check for control window.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Mar 23, 2023
1 parent 2c0b615 commit bef84f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RotationSolver/RotationSolverPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ internal static void UpdateDisplayWindow()
&& !Service.Conditions[ConditionFlag.OccupiedInCutSceneEvent]
&& !Service.Conditions[ConditionFlag.BetweenAreas]
&& !Service.Conditions[ConditionFlag.BetweenAreas51]
&& !Service.Conditions[ConditionFlag.WaitingForDuty]
&& !Service.Conditions[ConditionFlag.OccupiedInQuestEvent];

_controlWindow.IsOpen = isValid && Service.Config.ShowControlWindow;
Expand Down

0 comments on commit bef84f4

Please sign in to comment.