r2453 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed May 2 13:12:05 EDT 2007


Author: div0
Date: 2007-05-02 13:12:05 -0400 (Wed, 02 May 2007)
New Revision: 2453

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
oops........


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-05-02 16:14:46 UTC (rev 2452)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-05-02 17:12:05 UTC (rev 2453)
@@ -464,7 +464,7 @@
 
 	if(attacker)
 	{
-		kh_Scores_Event(attacker, world, "push", 1, 0);
+		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, "\n");
 	}




More information about the nexuiz-commits mailing list