diff options
Diffstat (limited to 'cheat/internal_rewrite/ui_dropdown_item.h')
| -rw-r--r-- | cheat/internal_rewrite/ui_dropdown_item.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cheat/internal_rewrite/ui_dropdown_item.h b/cheat/internal_rewrite/ui_dropdown_item.h index 6789b3c..213194e 100644 --- a/cheat/internal_rewrite/ui_dropdown_item.h +++ b/cheat/internal_rewrite/ui_dropdown_item.h @@ -43,6 +43,11 @@ namespace ui { xors( "random" ), 5 },
};
+ static std::vector< dropdown_item_t< > > antiaim_fake = {
+ { xors( "normal" ), 0 },
+ { xors( "desync" ), 1 },
+ };
+
static std::vector< dropdown_item_t< > > delay_type = {
{ xors( "none" ), 0 },
{ xors( "time" ), 2 },
|
