Fix the position of LuaEntityCAOs not getting updated at all
parent
80a64341f0
commit
ed1ff06867
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue