From ee88bdeca83ebf6aff4b2bebf2c1f93eb2bf9541 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 18 Nov 2018 20:06:19 +0100 Subject: d --- internal_rewrite/ragebot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal_rewrite/ragebot.cpp') diff --git a/internal_rewrite/ragebot.cpp b/internal_rewrite/ragebot.cpp index ed1b5c3..2f99b29 100644 --- a/internal_rewrite/ragebot.cpp +++ b/internal_rewrite/ragebot.cpp @@ -358,7 +358,7 @@ namespace features bool a_head = !( a.hitbox == HITBOX_HEAD || a.hitbox == HITBOX_NECK ); bool b_head = !( b.hitbox == HITBOX_HEAD || b.hitbox == HITBOX_NECK ); - if( a.dmg != b.dmg && g_settings.rage.active->m_baim_lethal ) { + if( a.dmg != b.dmg ) { if( a.dmg > ( float )( hp + 10 ) && ( float )( b.dmg > hp + 10 ) ) { if( a_head != b_head ) { return a_head > b_head; -- cgit v1.2.3