Prechádzať zdrojové kódy

Do not send counters

Mihawk 8 rokov pred
rodič
commit
19730fd5f7
1 zmenil súbory, kde vykonal 1 pridanie a 4 odobranie
  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;
     }