diff --git a/AutoSharpporting/Plugins/Thresh.cs b/AutoSharpporting/Plugins/Thresh.cs index 155a3c1..39a7144 100644 --- a/AutoSharpporting/Plugins/Thresh.cs +++ b/AutoSharpporting/Plugins/Thresh.cs @@ -244,7 +244,7 @@ private void EngageFriendLatern() hero => hero.IsAlly && !hero.IsMe && hero.Distance(Player) <= W.Range + 300 && hero.Distance(Player) <= W.Range - 300 && hero.Health / hero.MaxHealth * 100 >= 20 && - Utility.CountEnemysInRange(150) >= 1)) + Utility.CountEnemysInRange(Player,150) >= 1)) { var center = Player.Position; const int points = 36; @@ -335,4 +335,4 @@ private void SafeFriendLatern() } } } -} \ No newline at end of file +}