diff --git a/Core/Wrappers/Orbwalker.cs b/Core/Wrappers/Orbwalker.cs index 53f229b..0ab1f10 100644 --- a/Core/Wrappers/Orbwalker.cs +++ b/Core/Wrappers/Orbwalker.cs @@ -723,7 +723,7 @@ private void OnEndScene(EventArgs args) Render.Circle.DrawCircle( GameObjects.Player.Position, GameObjects.Player.GetRealAutoAttackRange(), - Color.PaleGreen); + Color.DeepSkyBlue); } if (this.mainMenu["drawings"]["drawExtraHoldPosition"] @@ -1404,4 +1404,4 @@ private bool ShouldWaitUnderTurret(Obj_AI_Minion noneKillableMinion = null) #endregion } } -} \ No newline at end of file +}