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