Skip to content

Commit

Permalink
Merge pull request #36 from FFXIV-CombatReborn/fix-manual-mode
Browse files Browse the repository at this point in the history
Don't fall out of targeting loop if in manual mode
  • Loading branch information
NostraThomas99 authored Mar 31, 2024
2 parents e120488 + d4b6900 commit 6d6be7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RotationSolver.Basic/Actions/ActionTargetInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ private readonly bool CheckTimeToKill(GameObject gameObject)
return new(t, effects, t.Position);
}
}
return null;
}

var targets = GetMostCanTargetObjects(canTargets, canAffects,
Expand Down

0 comments on commit 6d6be7d

Please sign in to comment.