1
0
Fork 0
forked from fte/fteqw

Basic team overlay. TODO: Tabs for formatting. Translate $5 and similar macros in loc names.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2710 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-10-05 11:45:18 +00:00
parent ed0a3ac9f1
commit 882132f765

View file

@ -3890,6 +3890,11 @@ void CL_ParseStuffCmd(char *msg, int destsplit) //this protects stuffcmds from n
{
Cmd_ExecuteString(stufftext+2, RESTRICT_SERVER+destsplit); //do this NOW so that it's done before any models or anything are loaded
}
else if (!strncmp(stufftext, "//tinfo ", 8))
{
Cmd_TokenizeString(stufftext+2, false, false);
Plug_Command_f();
}
else
#ifdef CSQC_DAT
if (!CSQC_StuffCmd(stufftext))