diff --git a/engine/client/cl_parse.c b/engine/client/cl_parse.c index ab50e7480..f60198354 100644 --- a/engine/client/cl_parse.c +++ b/engine/client/cl_parse.c @@ -3958,8 +3958,8 @@ void CL_ParseStuffCmd(char *msg, int destsplit) //this protects stuffcmds from n Plug_Command_f(); } #endif - else #ifdef CSQC_DAT + else if (CSQC_StuffCmd(stufftext)) {} #endif