Fix the position of LuaEntityCAOs not getting updated at all
authorPerttu Ahola <celeron55@gmail.com>
Fri, 30 Mar 2012 10:55:08 +0000 (13:55 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Fri, 30 Mar 2012 10:55:08 +0000 (13:55 +0300)
src/content_sao.cpp

index c6419c1dd5bb22ff397a94ceee084741eccbc023..0f3b8829e85821d2dcc93f2889fd6588510b087e 100644 (file)
@@ -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);
 }
 
 /*