| 707 | |
| 708 | |
| 709 | void cPlayer::SetNormalMaxSpeed(double a_Speed) |
| 710 | { |
| 711 | m_NormalMaxSpeed = a_Speed; |
| 712 | if (!m_IsSprinting && !m_IsFlying) |
| 713 | { |
| 714 | m_ClientHandle->SendPlayerMaxSpeed(); |
| 715 | } |
| 716 | } |
| 717 | |
| 718 | |
| 719 |
nothing calls this directly
no test coverage detected