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:
Diffstat (limited to 'src/murmur/Server.cpp')
-rw-r--r--src/murmur/Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/murmur/Server.cpp b/src/murmur/Server.cpp
index c0c979814..5d8a789e0 100644
--- a/src/murmur/Server.cpp
+++ b/src/murmur/Server.cpp
@@ -1280,8 +1280,8 @@ void Server::processMsg(ServerUser *u, const char *data, int len) {
ServerUser *pDst = static_cast< ServerUser * >(qhUsers.value(currentSession));
if (pDst && (!group || Group::isMember(tc, tc, qsg, pDst))) {
- // Only send audio to listener if the user exists and it is in the group the speech is directed
- // at (if any)
+ // Only send audio to listener if the user exists and it is in the group the
+ // speech is directed at (if any)
listener << pDst;
}
}