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

Commit

Permalink
fix: fixed target selection in target condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Oct 30, 2023
1 parent 0458aa9 commit 319753c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected override bool IsTrueInside(ICustomRotation rotation)
else
{
tar = IsTarget ? Svc.Targets.Target as BattleChara : Player.Object;
tar ??= Player.Object;
}

if (tar == null) return false;
Expand Down

0 comments on commit 319753c

Please sign in to comment.