Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clamp client-sent movement speed control (#15721)
Results in the `movement_x` and `movement_y` fields of `player:get_player_control()` being safe to use (otherwise users would need to compute the length as `(x^2 + y^2)^0.5` and clamp that to 1 themselves).
- Loading branch information