Skip to content

Commit

Permalink
Update Orbwalking.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
legacy3 committed Jan 7, 2016
1 parent 4375360 commit dee73a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Orbwalking.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ public void SetOrbwalkingPoint(Vector3 point)
/// Determines if the orbwalker should wait before attacking a minion.
/// </summary>
/// <returns><c>true</c> if the orbwalker should wait before attacking a minion, <c>false</c> otherwise.</returns>
private bool ShouldWait()
public bool ShouldWait()
{
return
ObjectManager.Get<Obj_AI_Minion>()
Expand Down Expand Up @@ -1547,4 +1547,4 @@ private void DrawingOnOnDraw(EventArgs args)
}
}
}
}
}

1 comment on commit dee73a1

@xKurisu
Copy link
Contributor

@xKurisu xKurisu commented on dee73a1 Jan 8, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best commit 2016

Please sign in to comment.