Mihawk 8 år sedan
förälder
incheckning
434c5546ab
1 ändrade filer med 4 tillägg och 1 borttagningar
  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;
     }