From ed1ff06867e84f197330b45168c6ebcba672e532 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 30 Mar 2012 13:55:08 +0300 Subject: [PATCH] Fix the position of LuaEntityCAOs not getting updated at all --- src/content_sao.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content_sao.cpp b/src/content_sao.cpp index c6419c1dd..0f3b8829e 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -738,6 +738,7 @@ void LuaEntitySAO::sendPosition(bool do_interpolate, bool is_movement_end) ); // create message and add to list ActiveObjectMessage aom(getId(), false, str); + m_messages_out.push_back(aom); } /*