From 39241867bb93324e6796c601ade6e304c4471cba Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 29 Jun 2012 17:56:36 +0900 Subject: [PATCH] Pass the chat info key onto clients. The server's info key filtering is "explicit permit". --- qw/source/sv_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qw/source/sv_main.c b/qw/source/sv_main.c index a37904a11..134d65742 100644 --- a/qw/source/sv_main.c +++ b/qw/source/sv_main.c @@ -193,6 +193,7 @@ int sv_net_initialized; const char *client_info_filters[] = { // Info keys needed by client "name", + "chat", "topcolor", "bottomcolor", "rate",