r2535 - branches/nexuiz-2.0/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 11 06:52:51 EDT 2007


Author: div0
Date: 2007-05-11 06:52:50 -0400 (Fri, 11 May 2007)
New Revision: 2535

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc
Log:
merge not classname check


Modified: branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc	2007-05-11 10:48:26 UTC (rev 2534)
+++ branches/nexuiz-2.0/data/qcsrc/server/teamplay.qc	2007-05-11 10:52:50 UTC (rev 2535)
@@ -681,7 +681,7 @@
 	balance_type = 1;
 
 	if(bots_would_leave)
-	if(pl.classname != "player")
+	//if(pl.classname != "player")
 	if(clienttype(pl) != CLIENTTYPE_BOT)
 	{
 		c1 -= cb1 * 255.0/256;




More information about the nexuiz-commits mailing list