diff options
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 = {
|
