Skip to content
Snippets Groups Projects
Commit ed1ff068 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Fix the position of LuaEntityCAOs not getting updated at all

parent 80a64341
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment