Explorar el Código

Do not send counters

Mihawk hace 8 años
padre
commit
19730fd5f7
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  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;
     }