1
0
Fork 0
forked from fte/fteqw
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2997 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2008-06-04 19:02:54 +00:00
parent 5b1679ad85
commit 6e1e9a6438

View file

@ -1850,7 +1850,7 @@ static void TP_EnemyColor_f (void)
if (Cmd_Argc() == 1)
{
Com_Printf ("\"teamcolor\" is \"");
Com_Printf ("\"enemycolor\" is \"");
if (cl_enemytopcolor == ~0)
Com_Printf ("off");
else