Mihawk hace 9 años
padre
commit
434c5546ab
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      Client.cpp

+ 4 - 1
Client.cpp

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