From 7cd2571c16edf9d6b442a0093ed0d9fb2d2ba1d1 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 26 Nov 2018 13:43:26 +0100 Subject: dffsd --- internal_rewrite/ragebot_antiaim.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal_rewrite/ragebot_antiaim.cpp') diff --git a/internal_rewrite/ragebot_antiaim.cpp b/internal_rewrite/ragebot_antiaim.cpp index efb225c..a58897e 100644 --- a/internal_rewrite/ragebot_antiaim.cpp +++ b/internal_rewrite/ragebot_antiaim.cpp @@ -636,8 +636,6 @@ namespace features g_ctx.get_last_cmd( )->m_sidemove = ndir.y * wishspeed; }; - //int ticks_to_update = g_settings.rage.break_lby( ) ? m_breaker.get_next_update( ) - 1 : g_settings.rage.fakewalk_ticks; - int ticks_to_stop; for( ticks_to_stop = 0; ticks_to_stop < 15; ++ticks_to_stop ) { if( velocity.length2d( ) < 0.1f ) -- cgit v1.2.3