r2480 - branches/nexuiz-2.0/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 4 03:43:29 EDT 2007


Author: div0
Date: 2007-05-04 03:43:15 -0400 (Fri, 04 May 2007)
New Revision: 2480

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/keyhunt.qc
Log:
kh scoring fix; removed period from message


Modified: branches/nexuiz-2.0/data/qcsrc/server/keyhunt.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/keyhunt.qc	2007-05-04 02:41:44 UTC (rev 2479)
+++ branches/nexuiz-2.0/data/qcsrc/server/keyhunt.qc	2007-05-04 07:43:15 UTC (rev 2480)
@@ -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
 	{
@@ -601,6 +601,8 @@
 			FOR_EACH_PLAYER(player)
 				if(player.team == thisteam)
 					kh_Scores_Event(player, world, "destroyed", DistributeEvenly_Get(1), 0);
+
+			--j;
 		}
 
 		bprint("The ", ColoredTeamName(teem), "^7 could not take care of the ", lostkey.netname, "\n");




More information about the nexuiz-commits mailing list