From 0d18a13a94d2d3b9bf3ac6ca160c49f7199a0c91 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sun, 24 Aug 2008 16:10:31 +0000 Subject: Game DLL expects gi.Args() return raw arguments, give it what it wants for compatibility reasons (preserve non-ascii chars and double quotes in team chat, etc). Added `addfiltercmd', `delfiltercmd' and `listfiltercmds' commands designed to prevent game DLL from interpreting certain client commands. --- source/sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sv_main.c') diff --git a/source/sv_main.c b/source/sv_main.c index ffc7512..8c8113b 100644 --- a/source/sv_main.c +++ b/source/sv_main.c @@ -26,9 +26,9 @@ netadr_t master_adr[MAX_MASTERS]; // address of group servers pmoveParams_t sv_pmp; LIST_DECL( sv_banlist ); -LIST_DECL( sv_blacklist ); LIST_DECL( sv_cmdlist_connect ); LIST_DECL( sv_cmdlist_begin ); +LIST_DECL( sv_filterlist ); client_t *sv_client; // current client -- cgit v1.2.3