r2475 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu May 3 17:23:22 EDT 2007


Author: div0
Date: 2007-05-03 17:23:22 -0400 (Thu, 03 May 2007)
New Revision: 2475

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
oops... NOW scoring in keyhunt should work when the key gets lost


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 21:16:22 UTC (rev 2474)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 21:23:22 UTC (rev 2475)
@@ -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