1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-11-04 16:35:03 -05:00

Fix the position of LuaEntityCAOs not getting updated at all

This commit is contained in:
Perttu Ahola 2012-03-30 13:55:08 +03:00
parent 80a64341f0
commit ed1ff06867

View File

@ -738,6 +738,7 @@ void LuaEntitySAO::sendPosition(bool do_interpolate, bool is_movement_end)
); );
// create message and add to list // create message and add to list
ActiveObjectMessage aom(getId(), false, str); ActiveObjectMessage aom(getId(), false, str);
m_messages_out.push_back(aom);
} }
/* /*