Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-01-16 02:43:52 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-01-16 02:43:52 +0300
commit3a50ef51978d2b1abdb54a8d1b7eba1169a543ae (patch)
tree8e90a82f1d7774711cfc0e154c18f0210b96a11e /src/murmur/RPC.cpp
parent838697d3a1ea52c8f9ab5fe126b3d55c95904fd9 (diff)
Clean up suppress state messages
Diffstat (limited to 'src/murmur/RPC.cpp')
-rw-r--r--src/murmur/RPC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/RPC.cpp b/src/murmur/RPC.cpp
index b6d7af7cd..28e4ac64d 100644
--- a/src/murmur/RPC.cpp
+++ b/src/murmur/RPC.cpp
@@ -76,7 +76,7 @@ void Server::setUserState(User *pUser, Channel *cChannel, bool mute, bool deaf,
if (cChannel != pUser->cChannel) {
changed = true;
mpus.set_channel_id(cChannel->iId);
- userEnterChannel(pUser, cChannel);
+ userEnterChannel(pUser, cChannel, mpus);
}
if (changed) {