From 2f8e2c585c14ec4bae7b31d17799d56ea3e50348 Mon Sep 17 00:00:00 2001 From: navewindre Date: Tue, 25 Dec 2018 20:27:23 +0100 Subject: dsad --- cheat/internal_rewrite/visual_player.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cheat/internal_rewrite/visual_player.cpp') diff --git a/cheat/internal_rewrite/visual_player.cpp b/cheat/internal_rewrite/visual_player.cpp index 2bcc6d3..7d8336d 100644 --- a/cheat/internal_rewrite/visual_player.cpp +++ b/cheat/internal_rewrite/visual_player.cpp @@ -551,7 +551,7 @@ namespace features right_pos += 9; } else if( is_fake && g_ctx.m_local->is_valid( ) ) { - if( ent->m_fFlags( ) & FL_ONGROUND && ent->get_anim_velocity( ).length2d( ) < 0.1f && !dormant && !g_settings.misc.hide_from_obs ) { + /*if( ent->m_fFlags( ) & FL_ONGROUND && ent->get_anim_velocity( ).length2d( ) < 0.1f && !dormant && !g_settings.misc.hide_from_obs ) { float update = g_cheat.m_ragebot.m_lagcomp->get_flick_time( i ); float delta = ( ent->m_flSimulationTime( ) - update ) * 0.9f; @@ -590,14 +590,14 @@ namespace features right_pos += 9; } - } - else { + }*/ + /*else { draw_string( x_pos, y_pos, ALIGN_LEFT, false, clr_t( 255, 255, 255, 255 * alpha ), xors( "fake" ) ); right_pos += 9; - } + }*/ } if( !!g_cheat.m_ragebot.m_resolver->get_state( i ) && !dormant && g_ctx.m_local->is_valid( ) && g_settings.misc.hide_from_obs( ) ) { -- cgit v1.2.3