From: Perttu Ahola Date: Fri, 30 Mar 2012 10:55:08 +0000 (+0300) Subject: Fix the position of LuaEntityCAOs not getting updated at all X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ed1ff06867e84f197330b45168c6ebcba672e532;p=zefram%2Fminetest%2Fminetest_engine.git Fix the position of LuaEntityCAOs not getting updated at all --- diff --git a/src/content_sao.cpp b/src/content_sao.cpp index c6419c1d..0f3b8829 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); } /*