r3210 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 21 14:13:16 EST 2008


Author: avirox
Date: 2008-01-21 14:13:16 -0500 (Mon, 21 Jan 2008)
New Revision: 3210

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
 - SelectSpawnPoint now supports onslaught game mode

Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2008-01-21 11:26:45 UTC (rev 3209)
+++ trunk/data/qcsrc/server/cl_client.qc	2008-01-21 19:13:16 UTC (rev 3210)
@@ -146,7 +146,7 @@
 
 	teamcheck = 0;
 
-	if(!anypoint && (g_ctf || g_assault))
+	if(!anypoint && (g_ctf || g_assault || g_onslaught))
 		teamcheck = self.team;
 
 	// get the list of players




More information about the nexuiz-commits mailing list