diff options
| author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-04-14 15:34:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-14 15:34:01 +0200 |
| commit | b0be7ab61ec9ca04f2618db2d60f75396f205a58 (patch) | |
| tree | 8b99926f9350a777418dfe0d7bf0c3e22be46b59 /src/clientiface.h | |
| parent | 98286a24bce14627295230fd3b846abf9641c086 (diff) | |
| download | dragonfireclient-b0be7ab61ec9ca04f2618db2d60f75396f205a58.tar.xz | |
ClientIface::sendToAll: honor packet configuration (#5590)
Diffstat (limited to 'src/clientiface.h')
| -rw-r--r-- | src/clientiface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientiface.h b/src/clientiface.h index f002f37fb..403cd0420 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -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); |
