Skip to content

Commit 6d6be7d

Browse files
Merge pull request #36 from FFXIV-CombatReborn/fix-manual-mode
Don't fall out of targeting loop if in manual mode
2 parents e120488 + d4b6900 commit 6d6be7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RotationSolver.Basic/Actions/ActionTargetInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ private readonly bool CheckTimeToKill(GameObject gameObject)
251251
return new(t, effects, t.Position);
252252
}
253253
}
254-
return null;
255254
}
256255

257256
var targets = GetMostCanTargetObjects(canTargets, canAffects,

0 commit comments

Comments
 (0)