r2477 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu May 3 17:54:34 EDT 2007


Author: div0
Date: 2007-05-03 17:54:34 -0400 (Thu, 03 May 2007)
New Revision: 2477

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
no period in message


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 21:48:24 UTC (rev 2476)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 21:54:34 UTC (rev 2477)
@@ -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, " when ", attacker.netname, "^7 came\n");
 	}
 	else
 	{




More information about the nexuiz-commits mailing list