bring back the missing chat logging

This commit is contained in:
Bill Currie 2004-03-15 20:41:34 +00:00
parent e5ccf09aa0
commit 7f49727db5
1 changed files with 2 additions and 0 deletions

View File

@ -845,6 +845,8 @@ SV_Say (qboolean team)
dstring_appendstr (text, p); dstring_appendstr (text, p);
dstring_appendstr (text, "\n"); dstring_appendstr (text, "\n");
SV_Printf ("%s", text->str);
for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++) { for (j = 0, client = svs.clients; j < MAX_CLIENTS; j++, client++) {
if (client->state < cs_connected) // Clients connecting can hear. if (client->state < cs_connected) // Clients connecting can hear.
continue; continue;