Skip to content

Commit

Permalink
min range for orbwalker chaged from 600 to 1000(max)
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpAttacker committed Mar 22, 2019
1 parent fdf25e9 commit 214f436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArcAnnihilation/ArcAnnihilation/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ private static void InitMenu()
new MenuItem("OrbWalking.Type", "Type").SetValue(
new StringList(new[] {"follow mouse", "follow target"}, 1)));
orbwalnking.AddItem(
new MenuItem("OrbWalking.minDistance", "Min distance").SetValue(new Slider(100, 0, 600)));
new MenuItem("OrbWalking.minDistance", "Min distance").SetValue(new Slider(100, 0, 1000)));

/*orbwalnking.AddItem(
new MenuItem("OrbWalking.bonusWindupMs", "Bonus Windup Time").SetValue(new Slider(100, 100, 1000))
Expand Down

0 comments on commit 214f436

Please sign in to comment.