summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/internal_rewrite/ui.h')
-rw-r--r--cheat/internal_rewrite/ui.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cheat/internal_rewrite/ui.h b/cheat/internal_rewrite/ui.h
index 9a32603..073a980 100644
--- a/cheat/internal_rewrite/ui.h
+++ b/cheat/internal_rewrite/ui.h
@@ -879,13 +879,6 @@ namespace ui
static auto jitter_air = menu->find_item( xors( "in-air yaw jitter" ) );
jitter_air->set_text( g_settings.rage.air_yaw == 2 ? xors( "spin range" ) : xors( "in-air yaw jitter" ) );
- static auto fakeping_form = menu->find_item( xors( "fake latency" ) );
-
- auto game_rules = c_base_player::get_game_rules( );
- if( game_rules ) {
- fakeping_form->set_visible( !*( bool* )( game_rules + 0x75 ) );
- }
-
render_item( menu.get( ) );
// This was annoying me so I decided to remove it in Release mode.