From a8785b8554076e5db352c590f80c1d99218b44e7 Mon Sep 17 00:00:00 2001 From: spardathementor Date: Tue, 11 Oct 2016 12:51:39 +0300 Subject: [PATCH] i love blue --- Core/Wrappers/Orbwalker.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}