diff options
-rw-r--r-- | src/World.cpp | 1 |
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()); |