summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorDarkoGNU <42816979+DarkoGNU@users.noreply.github.com>2022-04-26 00:16:40 +0200
committerGitHub <noreply@github.com>2022-04-26 00:16:40 +0200
commit3c75377ce679094dfe55ee9aa872dabffd2ba3f0 (patch)
tree54b9b3e7c219ec0ec17cba9cd652f76bd69e82c6 /src/ClientHandle.cpp
parentMoved comment to top (diff)
downloadcuberite-3c75377ce679094dfe55ee9aa872dabffd2ba3f0.tar
cuberite-3c75377ce679094dfe55ee9aa872dabffd2ba3f0.tar.gz
cuberite-3c75377ce679094dfe55ee9aa872dabffd2ba3f0.tar.bz2
cuberite-3c75377ce679094dfe55ee9aa872dabffd2ba3f0.tar.lz
cuberite-3c75377ce679094dfe55ee9aa872dabffd2ba3f0.tar.xz
cuberite-3c75377ce679094dfe55ee9aa872dabffd2ba3f0.tar.zst
cuberite-3c75377ce679094dfe55ee9aa872dabffd2ba3f0.zip
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp9
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)
{
/*