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-Tag: 0.4.dev-20120408~72 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed1ff06867e84f197330b45168c6ebcba672e532;p=oweals%2Fminetest.git Fix the position of LuaEntityCAOs not getting updated at all --- 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); } /*