mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix the position of LuaEntityCAOs not getting updated at all
This commit is contained in:
parent
80a64341f0
commit
ed1ff06867
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue