This commit is contained in:
FutureRave 2022-03-17 13:08:04 +00:00
parent 659cf7e2d4
commit f3ee6d4299
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -172,7 +172,7 @@ void player_movement::jump_apply_slowdown_stub(game::native::playerState_s* ps)
if ((ps->pm_flags & game::native::PMF_DIVING) == 0
&& player_movement::jump_slowdownEnable->current.enabled)
{
game::native::VectorScale(ps->velocity, scale, ps->velocity);
game::native::VectorScale(ps->velocity, scale, ps->velocity);
}
}