From a3b7dbb13def773cd9d6ef39e793a07eef281ff5 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 23 Sep 2012 16:54:03 +0000 Subject: Fixed position confirming for 1.3.2 (FS #245) git-svn-id: http://mc-server.googlecode.com/svn/trunk@877 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Protocol132.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/Protocol132.cpp') 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(); } -- cgit v1.2.3