From 6e1e9a6438eaafd9bdac25ff4d51d82de6358e90 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Wed, 4 Jun 2008 19:02:54 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2997 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/zqtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/zqtp.c b/engine/client/zqtp.c index 2fe11106b..326a188aa 100644 --- a/engine/client/zqtp.c +++ b/engine/client/zqtp.c @@ -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