mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix a little regression on SendActiveObjectMessages which send all TOCLIENT_ACTIVE_OBJECT_MESSAGES as reliable
This commit is contained in:
parent
dbe5a446c3
commit
bfc4652c66
2 changed files with 8 additions and 4 deletions
|
@ -464,7 +464,7 @@ private:
|
|||
bool collisiondetection, bool vertical, std::string texture);
|
||||
|
||||
u32 SendActiveObjectRemoveAdd(u16 peer_id, const std::string &datas);
|
||||
void SendActiveObjectMessages(u16 peer_id, const std::string &datas);
|
||||
void SendActiveObjectMessages(u16 peer_id, const std::string &datas, bool reliable = true);
|
||||
/*
|
||||
Something random
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue