diff --git a/Core/Goals/PullTargetGoal.cs b/Core/Goals/PullTargetGoal.cs index 5c054cc7..28c2b9d0 100644 --- a/Core/Goals/PullTargetGoal.cs +++ b/Core/Goals/PullTargetGoal.cs @@ -146,6 +146,7 @@ public override void Update() if (PullDurationMs > MAX_PULL_DURATION) { + input.PressStopAttack(); input.PressClearTarget(); Log("Pull taking too long. Clear target and face away!"); input.TurnRandomDir(1000);