1
0
Fork 0
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:
Loïc Blot 2017-04-14 15:34:01 +02:00 committed by GitHub
parent 98286a24bc
commit b0be7ab61e
3 changed files with 12 additions and 10 deletions

View file

@ -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);