r2481 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 4 03:55:18 EDT 2007


Author: div0
Date: 2007-05-04 03:55:09 -0400 (Fri, 04 May 2007)
New Revision: 2481

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
missing color code


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-05-04 07:43:15 UTC (rev 2480)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-05-04 07:55:09 UTC (rev 2481)
@@ -558,7 +558,7 @@
 	{
 		kh_Scores_Event(attacker, world, "push", cvar("g_balance_keyhunt_score_push"), 0);
 		centerprint(attacker, "Your push is the best!\n\n\n");
-		bprint("The ", ColoredTeamName(teem), "^7 could not take care of the ", lostkey.netname, " when ", attacker.netname, "^7 came\n");
+		bprint("The ", ColoredTeamName(teem), "^7 could not take care of the ", lostkey.netname, "^7 when ", attacker.netname, "^7 came\n");
 	}
 	else
 	{




More information about the nexuiz-commits mailing list