mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Pass the chat info key onto clients.
The server's info key filtering is "explicit permit".
This commit is contained in:
parent
baa0948bcb
commit
39241867bb
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ int sv_net_initialized;
|
|||
|
||||
const char *client_info_filters[] = { // Info keys needed by client
|
||||
"name",
|
||||
"chat",
|
||||
"topcolor",
|
||||
"bottomcolor",
|
||||
"rate",
|
||||
|
|
Loading…
Reference in a new issue