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

Commit

Permalink
fix: remove UsingParasol state.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 29, 2023
1 parent 5c0cfcd commit b6fabe7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/AnimationLockTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"3573": 0.6,
"3574": 0.6,
"3576": 0.1,
"3577": 0.1,
"3577": 0.6,
"4868": 2.1,
"7421": 0.6,
"7503": 0.1,
Expand Down
1 change: 1 addition & 0 deletions RotationSolver/RotationSolverPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ internal static void UpdateDisplayWindow()
&& !Service.Conditions[ConditionFlag.BetweenAreas]
&& !Service.Conditions[ConditionFlag.BetweenAreas51]
&& !Service.Conditions[ConditionFlag.WaitingForDuty]
&& !Service.Conditions[ConditionFlag.UsingParasol]
&& !Service.Conditions[ConditionFlag.OccupiedInQuestEvent]);

_controlWindow.IsOpen = isValid && Service.Config.ShowControlWindow;
Expand Down
1 change: 1 addition & 0 deletions RotationSolver/Updaters/InputUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ internal static unsafe void UpdateCommand()
|| Service.Conditions[ConditionFlag.Mounted]
|| Service.Conditions[ConditionFlag.SufferingStatusAffliction2]
|| Service.Conditions[ConditionFlag.RolePlaying]
|| Service.Conditions[ConditionFlag.UsingParasol]
|| Service.Conditions[ConditionFlag.InFlight]) return;

if (DateTime.Now - RecordingTime > TimeSpan.FromSeconds(10))
Expand Down

0 comments on commit b6fabe7

Please sign in to comment.