From fb2b56fd3c26d37ef198fe6dbf651104656f8a34 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 16 Sep 2018 19:47:02 +0200 Subject: fd --- internal_rewrite/ragebot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal_rewrite/ragebot.cpp') diff --git a/internal_rewrite/ragebot.cpp b/internal_rewrite/ragebot.cpp index 28dae0a..b0f6c13 100644 --- a/internal_rewrite/ragebot.cpp +++ b/internal_rewrite/ragebot.cpp @@ -291,8 +291,8 @@ namespace features }; constexpr std::array< std::pair< PlayerHitboxes_t, int >, 15 > hitbox_order = { - std::make_pair( HITBOX_HEAD, 4 ), - std::make_pair( HITBOX_NECK, 4 ), + std::make_pair( HITBOX_HEAD, 3 ), + std::make_pair( HITBOX_NECK, 3 ), std::make_pair( HITBOX_PELVIS, 3 ), std::make_pair( HITBOX_BODY, 3 ), -- cgit v1.2.3