r3953 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 28 01:28:06 EDT 2008


Author: div0
Date: 2008-07-28 01:28:06 -0400 (Mon, 28 Jul 2008)
New Revision: 3953

Modified:
   trunk/data/qcsrc/server/ctf.qc
Log:
fix one-line bug for CTF scoreboard :P


Modified: trunk/data/qcsrc/server/ctf.qc
===================================================================
--- trunk/data/qcsrc/server/ctf.qc	2008-07-27 18:37:42 UTC (rev 3952)
+++ trunk/data/qcsrc/server/ctf.qc	2008-07-28 05:28:06 UTC (rev 3953)
@@ -680,7 +680,7 @@
 			sp_score = SFL_SORT_PRIO_SECONDARY;
 			break;
 		case 2: // score only
-			sp_score = SFL_SORT_PRIO_SECONDARY;
+			sp_score = SFL_SORT_PRIO_PRIMARY;
 			break;
 	}
 




More information about the nexuiz-commits mailing list