summaryrefslogtreecommitdiffstats
path: root/source/ClientHandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/ClientHandle.cpp')
-rw-r--r--source/ClientHandle.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp
index 9a84d23f5..138209a73 100644
--- a/source/ClientHandle.cpp
+++ b/source/ClientHandle.cpp
@@ -254,6 +254,9 @@ void cClientHandle::Authenticate(void)
// Send health
m_Player->SendHealth();
+ // Send gamemode (1.6.1 movementSpeed):
+ SendGameMode(m_Player->GetGameMode());
+
m_Player->Initialize(World);
StreamChunks();
m_State = csDownloadingWorld;