mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
bring back the missing chat logging
This commit is contained in:
parent
e5ccf09aa0
commit
7f49727db5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue