diff options
| author | navewindre <boneyaard@gmail.com> | 2018-11-28 17:06:47 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-11-28 17:06:47 +0100 |
| commit | c163c5575af4d1e7755510b03a7cd7809869eeef (patch) | |
| tree | df472b7f2a26ffa076fdf27aa19e221008522b07 /cheat/internal_rewrite/ui_dropdown_item.h | |
| parent | 96de4961c447d7009ba52b6bf04d4b7bfe487ab1 (diff) | |
i hate myself
Diffstat (limited to 'cheat/internal_rewrite/ui_dropdown_item.h')
| -rw-r--r-- | cheat/internal_rewrite/ui_dropdown_item.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cheat/internal_rewrite/ui_dropdown_item.h b/cheat/internal_rewrite/ui_dropdown_item.h index 2774013..6789b3c 100644 --- a/cheat/internal_rewrite/ui_dropdown_item.h +++ b/cheat/internal_rewrite/ui_dropdown_item.h @@ -63,8 +63,8 @@ namespace ui static std::vector< dropdown_item_t< > > antiaim_freestanding = {
{ xors( "disabled" ), 0 },
{ xors( "static" ), 1 },
- { xors( "narrow angle" ), 2 },
- { xors( "wide angle" ), 3 },
+ { xors( "switch" ), 2 },
+ { xors( "spin" ), 3 },
};
static std::vector< dropdown_item_t< > > auto_stop = {
|
