diff --git a/AutoSharpporting/Plugins/Drmundo.cs b/AutoSharpporting/Plugins/Drmundo.cs index bddf68b..275d044 100644 --- a/AutoSharpporting/Plugins/Drmundo.cs +++ b/AutoSharpporting/Plugins/Drmundo.cs @@ -66,7 +66,7 @@ private void Combo(Obj_AI_Hero target) E.Cast(); } - int EnInRang = Utility.CountEnemysInRange(1000); + int EnInRang = Utility.CountEnemysInRange(Player,1000); if (Player.HealthPercentage() < 30 && R.IsReady() && EnInRang >= 1 || EnInRang == 1) {