mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
ClientIface::sendToAll: honor packet configuration (#5590)
This commit is contained in:
parent
98286a24bc
commit
b0be7ab61e
3 changed files with 12 additions and 10 deletions
|
@ -458,7 +458,7 @@ public:
|
|||
void send(u16 peer_id, u8 channelnum, NetworkPacket* pkt, bool reliable);
|
||||
|
||||
/* send to all clients */
|
||||
void sendToAll(u16 channelnum, NetworkPacket* pkt, bool reliable);
|
||||
void sendToAll(NetworkPacket *pkt);
|
||||
|
||||
/* delete a client */
|
||||
void DeleteClient(u16 peer_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue