diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-16 19:47:02 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-16 19:47:02 +0200 |
| commit | fb2b56fd3c26d37ef198fe6dbf651104656f8a34 (patch) | |
| tree | a945e6ca2ca0691656634644998b29b5619672eb /internal_rewrite/ragebot.cpp | |
| parent | 559a0f5669f537e21f3d39780e6e3d77591ff8c1 (diff) | |
fd
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 ),
|
