final fix for q_version etc
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5050 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1fcba85e20
commit
1d4ac3d103
1 changed files with 1 additions and 1 deletions
|
@ -5589,7 +5589,7 @@ char *CL_ParseChat(char *text, player_info_t **player, int *msgflags)
|
|||
Sys_ServerActivity(); //chat always flashes the screen..
|
||||
|
||||
//check f_ stuff
|
||||
if (*player && !strncmp(s, "f_", 2))
|
||||
if (*player && (!strncmp(s, "f_", 2)|| !strncmp(s, "q_", 2)))
|
||||
{
|
||||
Validation_Auto_Response(*player - cl.players, s);
|
||||
return s;
|
||||
|
|
Loading…
Reference in a new issue