summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/ui.h
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-12-24 20:39:16 +1300
committerboris <wzn@moneybot.cc>2018-12-24 20:39:16 +1300
commitcac146640ad99309329119ceb264542de12bc9aa (patch)
treec853c09991593b60b0249e4a237bb898432c220c /cheat/internal_rewrite/ui.h
parentace9ae2117175dfe5e14b259db2e0536f8ec7a8a (diff)
parentf41bf6509390f12a4252f40daf0209e7a7d64666 (diff)
Merge remote-tracking branch 'origin/master'
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.