diff --git a/Core/Goals/CombatGoal.cs b/Core/Goals/CombatGoal.cs index 5d37fd34..b4b4e1ae 100644 --- a/Core/Goals/CombatGoal.cs +++ b/Core/Goals/CombatGoal.cs @@ -157,7 +157,7 @@ public override void Update() { logger.LogInformation("Lost target!"); - if (combatLog.DamageTakenCount() > 0 && !input.KeyboardOnly) + if (combatLog.DamageTakenCount() > 0) { stopMoving.Stop(); FindNewTarget(); @@ -216,4 +216,4 @@ private Vector3 GetCorpseLocation(float distance) { return PointEstimator.GetPoint(playerReader.MapPos, playerReader.Direction, distance); } -} \ No newline at end of file +}