We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9839a41 commit 2ea98c9Copy full SHA for 2ea98c9
Intersect.Client/Core/Input.cs
@@ -120,7 +120,7 @@ public static void OnKeyPressed(Keys modifier, Keys key)
120
{
121
// We've closed our windows, don't do anything else. :)
122
}
123
- else if (Globals.Me != null && Globals.Me.TargetIndex != Guid.Empty)
+ else if (Globals.Me != null && Globals.Me.TargetIndex != Guid.Empty && !Globals.Me.Status.Any(s => s.Type == Enums.SpellEffect.Taunt))
124
125
Globals.Me.ClearTarget();
126
0 commit comments