summaryrefslogtreecommitdiff
path: root/src/clientiface.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-04-14 15:34:01 +0200
committerGitHub <noreply@github.com>2017-04-14 15:34:01 +0200
commitb0be7ab61ec9ca04f2618db2d60f75396f205a58 (patch)
tree8b99926f9350a777418dfe0d7bf0c3e22be46b59 /src/clientiface.h
parent98286a24bce14627295230fd3b846abf9641c086 (diff)
downloadminetest-b0be7ab61ec9ca04f2618db2d60f75396f205a58.tar.gz
minetest-b0be7ab61ec9ca04f2618db2d60f75396f205a58.tar.bz2
minetest-b0be7ab61ec9ca04f2618db2d60f75396f205a58.zip
ClientIface::sendToAll: honor packet configuration (#5590)
Diffstat (limited to 'src/clientiface.h')
-rw-r--r--src/clientiface.h2
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);