diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 75eb94bb5..2050fd1ed 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -2528,6 +2528,15 @@ void cClientHandle::SendEntityPosition(const cEntity & a_Entity) +void cClientHandle::SendEntityProperties(const cEntity & a_Entity) +{ + m_Protocol->SendEntityProperties(a_Entity); +} + + + + + void cClientHandle::SendEntityStatus(const cEntity & a_Entity, char a_Status) { m_Protocol->SendEntityStatus(a_Entity, a_Status); @@ -2737,15 +2746,6 @@ void cClientHandle::SendPlayerListUpdatePing() -void cClientHandle::SendPlayerMaxSpeed(void) -{ - m_Protocol->SendPlayerMaxSpeed(); -} - - - - - void cClientHandle::SendPlayerMoveLook(void) { /* |