summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/visual_local.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/internal_rewrite/visual_local.cpp')
-rw-r--r--cheat/internal_rewrite/visual_local.cpp6
1 files changed, 2 insertions, 4 deletions
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 {