r5109 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 26 14:23:13 EST 2008


Author: div0
Date: 2008-11-26 14:23:12 -0500 (Wed, 26 Nov 2008)
New Revision: 5109

Modified:
   trunk/data/qcsrc/server/race.qc
Log:
fix obvious bug in race player soritng. hopefully this fixes the pole positions.


Modified: trunk/data/qcsrc/server/race.qc
===================================================================
--- trunk/data/qcsrc/server/race.qc	2008-11-26 10:24:50 UTC (rev 5108)
+++ trunk/data/qcsrc/server/race.qc	2008-11-26 19:23:12 UTC (rev 5109)
@@ -562,6 +562,8 @@
 {
 	race_ClearRecords();
 
+	PlayerScore_Sort(race_place);
+
 	if(g_race_qualifying == 2)
 	{
 		g_race_qualifying = 0;
@@ -569,6 +571,4 @@
 		cvar_set("fraglimit", ftos(race_fraglimit));
 		ScoreRules_race();
 	}
-
-	PlayerScore_Sort(race_place);
 }




More information about the nexuiz-commits mailing list