summaryrefslogtreecommitdiffstats
path: root/source/Protocol132.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Protocol132.cpp')
-rw-r--r--source/Protocol132.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Protocol132.cpp b/source/Protocol132.cpp
index 2b8d4c19c..48ecff0b2 100644
--- a/source/Protocol132.cpp
+++ b/source/Protocol132.cpp
@@ -297,6 +297,9 @@ void cProtocol132::SendLogin(const cPlayer & a_Player, const cWorld & a_World)
Flush();
SendCompass(a_World);
+
+ // Send the initial position (so that confirmation works, FS #245):
+ SendPlayerMoveLook();
}