r2448 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed May 2 10:17:38 EDT 2007


Author: div0
Date: 2007-05-02 10:17:37 -0400 (Wed, 02 May 2007)
New Revision: 2448

Modified:
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
oops, when swapping team colors, I missed this one


Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2007-05-02 14:11:18 UTC (rev 2447)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2007-05-02 14:17:37 UTC (rev 2448)
@@ -547,9 +547,9 @@
 	else if(teamid == COLOR_TEAM2)
 		return "^4";
 	else if(teamid == COLOR_TEAM3)
+		return "^3";
+	else if(teamid == COLOR_TEAM4)
 		return "^6";
-	else if(teamid == COLOR_TEAM4)
-		return "^3";
 	else
 		return "^7";
 }




More information about the nexuiz-commits mailing list