summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-12-24 16:29:37 +0100
committerTiger Wang <ziwei.tiger@outlook.com>2020-12-26 18:55:45 +0100
commitc91335bfbb5139a44b284b621505b3ab0fd252fb (patch)
treec13015fa2e8cfc56ea700854e84b674e805b7a78
parentMake SetAllData's MarkDirty() the chunk's responsibility (diff)
downloadcuberite-c91335bfbb5139a44b284b621505b3ab0fd252fb.tar
cuberite-c91335bfbb5139a44b284b621505b3ab0fd252fb.tar.gz
cuberite-c91335bfbb5139a44b284b621505b3ab0fd252fb.tar.bz2
cuberite-c91335bfbb5139a44b284b621505b3ab0fd252fb.tar.lz
cuberite-c91335bfbb5139a44b284b621505b3ab0fd252fb.tar.xz
cuberite-c91335bfbb5139a44b284b621505b3ab0fd252fb.tar.zst
cuberite-c91335bfbb5139a44b284b621505b3ab0fd252fb.zip
-rw-r--r--src/World.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index aea963257..46d08ab44 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -3459,7 +3459,6 @@ void cWorld::AddQueuedPlayers(void)
cClientHandle * Client = Player->GetClientHandle();
if (Client != nullptr)
{
- Client->SendPlayerMoveLook();
Client->SendHealth();
Client->SendWholeInventory(*Player->GetWindow());