diff options
| author | navewindre <boneyaard@gmail.com> | 2018-11-28 17:06:47 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-11-28 17:06:47 +0100 |
| commit | c163c5575af4d1e7755510b03a7cd7809869eeef (patch) | |
| tree | df472b7f2a26ffa076fdf27aa19e221008522b07 /cheat/internal_rewrite/visual_local.cpp | |
| parent | 96de4961c447d7009ba52b6bf04d4b7bfe487ab1 (diff) | |
i hate myself
Diffstat (limited to 'cheat/internal_rewrite/visual_local.cpp')
| -rw-r--r-- | cheat/internal_rewrite/visual_local.cpp | 6 |
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 {
|
