Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HeheheM committed Oct 25, 2014
1 parent 86198f8 commit 4b84c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lightning Ryze/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private static void Game_OnGameLoad(EventArgs args)
Config.AddSubMenu(new Menu("Orbwalking", "Orbwalking"));
Orbwalker = new Orbwalking.Orbwalker(Config.SubMenu("Orbwalking"));

Config.AddSubMenu(new Menu("Combo", "<font color='FF0000'>Combo</font>"));
Config.AddSubMenu(new Menu("Combo", "Combo"));
Config.SubMenu("Combo").AddItem(new MenuItem("ComboActive", "Combo!").SetValue(new KeyBind(32, KeyBindType.Press)));
Config.SubMenu("Combo").AddItem(new MenuItem("TypeCombo", "").SetValue(new StringList(new[] {"Mixed mode","Burst combo","Long combo"},0)));
Config.SubMenu("Combo").AddItem(new MenuItem("HQ", "Use Q").SetValue(true));
Expand Down

0 comments on commit 4b84c6c

Please sign in to comment.