From f41bf6509390f12a4252f40daf0209e7a7d64666 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 24 Dec 2018 00:36:10 +0100 Subject: d --- cheat/internal_rewrite/ui.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cheat/internal_rewrite/ui.h') 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. -- cgit v1.2.3