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

Commit

Permalink
fix: fixed moving target clearing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Aug 11, 2023
1 parent 86bdd6b commit 35d9f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RotationSolver/Updaters/ActionUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ internal static void UpdateNextAction()
PluginLog.Error(ex, "Failed to update next action.");
}

CustomRotation.MoveTarget = null;
WrongAction = NextAction = NextGCDAction = null;
}

Expand Down
2 changes: 1 addition & 1 deletion XIVPainter

0 comments on commit 35d9f30

Please sign in to comment.