Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
werdbrian committed Mar 4, 2016
1 parent 088ceca commit 82233a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Leblanc/Leblanc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public static void Game_OnGameUpdate(EventArgs args)
return;
if (Orbwalker.ActiveMode == Orbwalking.OrbwalkingMode.Combo)
{
CheckR();
CheckW();
Combo();
}
if (Orbwalker.ActiveMode == Orbwalking.OrbwalkingMode.Mixed)
Expand Down

0 comments on commit 82233a8

Please sign in to comment.