]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
clients who are downloading can now receive chat messages and other notices
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 2495e58c066cd7f74a36f1f3cd85e49c0e214082..1a8b0dd2e52e1aab434a3827268b047b134552bc 100644 (file)
--- a/host.c
+++ b/host.c
@@ -350,7 +350,7 @@ void SV_BroadcastPrint(const char *msg)
 
        for (i = 0, client = svs.clients;i < svs.maxclients;i++, client++)
        {
-               if (client->spawned && client->netconnection)
+               if (client->active && client->netconnection)
                {
                        MSG_WriteByte(&client->netconnection->message, svc_print);
                        MSG_WriteString(&client->netconnection->message, msg);