From c163c5575af4d1e7755510b03a7cd7809869eeef Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 28 Nov 2018 17:06:47 +0100 Subject: i hate myself --- cheat/internal_rewrite/visual_local.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cheat/internal_rewrite/visual_local.cpp') diff --git a/cheat/internal_rewrite/visual_local.cpp b/cheat/internal_rewrite/visual_local.cpp index 119c352..927486a 100644 --- a/cheat/internal_rewrite/visual_local.cpp +++ b/cheat/internal_rewrite/visual_local.cpp @@ -38,8 +38,6 @@ namespace features static float incoming_latency; if( g_settings.misc.net_fakelag ) { float desired_latency = incoming_latency + 0.15f; - if( g_settings.misc.net_fakelag == 4 ) - desired_latency = 1.0f; auto nci = g_csgo.m_engine( )->GetNetChannelInfo( ); if( nci ) { @@ -53,11 +51,11 @@ namespace features //if( g_settings.misc.net_fakelag == 4 ) //visible = true; - if( percentage > 0.35f ) { + //if( percentage > 0.35f ) { draw_really_big_string( 9, ( cur_pos += offset ), clr_t( 110, 110, 110, 255 ), xors( "PING" ) ); draw_really_big_string( 11, cur_pos + 2, clr_t( 0, 0, 0, 255 ), xors( "PING" ) ); draw_really_big_string( 10, cur_pos, col, xors( "PING" ) ); - } + //} } } else { -- cgit v1.2.3