r2277 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Apr 1 08:53:52 EDT 2007


Author: div0
Date: 2007-04-01 08:53:52 -0400 (Sun, 01 Apr 2007)
New Revision: 2277

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
oops, cvar name...


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2007-04-01 12:51:34 UTC (rev 2276)
+++ trunk/data/qcsrc/server/clientcommands.qc	2007-04-01 12:53:52 UTC (rev 2277)
@@ -42,7 +42,7 @@
 		if(substring(msgin, 0, 1) == " ")
 			msgin = substring(msgin, 1, strlen(msgin) - 1); // work around DP say bug (say_team does not have this!)
 
-	if(cvar("g_teamcolors_chat"))
+	if(cvar("g_chat_teamcolors"))
 		namestr = playername(source);
 	else
 		namestr = source.netname;




More information about the nexuiz-commits mailing list