diff options
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r-- | src/ClientHandle.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index db54cc77b..ef596baf0 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -2852,6 +2852,15 @@ void cClientHandle::SendPlayerListUpdatePing() +void cClientHandle::SendPlayerMoveLook (const Vector3d a_Pos, const float a_Yaw, const float a_Pitch, const bool a_IsRelative) +{ + m_Protocol->SendPlayerMoveLook(a_Pos, a_Yaw, a_Pitch, a_IsRelative); +} + + + + + void cClientHandle::SendPlayerMoveLook(void) { /* |