[nexuiz-commits] r6945 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jun 9 09:00:34 EDT 2009


Author: div0
Date: 2009-06-09 09:00:34 -0400 (Tue, 09 Jun 2009)
New Revision: 6945

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
also force chase cam in tuba arena


Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2009-06-09 12:57:17 UTC (rev 6944)
+++ trunk/data/qcsrc/server/cl_client.qc	2009-06-09 13:00:34 UTC (rev 6945)
@@ -1348,7 +1348,7 @@
 
 	if(clienttype(self) == CLIENTTYPE_REAL)
 	{
-		if(cvar("g_bugrigs"))
+		if(cvar("g_bugrigs") || g_weaponarena == WEPBIT_TUBA)
 			stuffcmd(self, "cl_cmd settemp chase_active 1\n");
 	}
 



More information about the nexuiz-commits mailing list