diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-06 13:26:43 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-12 23:35:07 +0200 |
commit | 1394fc8eb5c8c0ac49bb64ce1871a80470f058c3 (patch) | |
tree | c2f244154cb90f814e448da9ab9cb09b430d6b1e /src/ClientHandle.cpp | |
parent | Fix block break particles (diff) | |
download | cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.gz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.bz2 cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.lz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.xz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.zst cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.zip |
Diffstat (limited to 'src/ClientHandle.cpp')
-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) { /* |