diff options
Diffstat (limited to 'cheat/internal_rewrite/visual_player.cpp')
| -rw-r--r-- | cheat/internal_rewrite/visual_player.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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( ) ) {
|
