Browse Source

Do not send counters

Mihawk 8 years ago
parent
commit
19730fd5f7
1 changed files with 1 additions and 4 deletions
  1. 1 4
      Client.cpp

+ 1 - 4
Client.cpp

@@ -290,10 +290,7 @@ void Client::parsePrintedLine()
     
     // If this is a local message don't broadcast externally
     if (command == "qw_local") {
-
-        int servercount, playercount;
-        myApp->activeClientsReplyCounters(&servercount, &playercount, myActiveClient);
-        say("Broadcasting within qw servers only... sent to " + QString::number(servercount) + " servers reaching " + QString::number(playercount) + " players." , bestPlayer.name);
+        say("Broadcasting within qw servers only..." , bestPlayer.name);
         return;
     }