r4728 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 11 08:26:54 EDT 2008


Author: div0
Date: 2008-10-11 08:26:54 -0400 (Sat, 11 Oct 2008)
New Revision: 4728

Modified:
   trunk/data/qcsrc/server/teamplay.qc
Log:
g_balance_teams_complain 0 now shuts off the message (no longer just 99999999999999)


Modified: trunk/data/qcsrc/server/teamplay.qc
===================================================================
--- trunk/data/qcsrc/server/teamplay.qc	2008-10-11 12:02:58 UTC (rev 4727)
+++ trunk/data/qcsrc/server/teamplay.qc	2008-10-11 12:26:54 UTC (rev 4728)
@@ -1214,6 +1214,7 @@
 	}
 	else
 	{
+		if(cvar("g_balance_teams_complain"))
 		if(howmany_toomany < cvar("g_balance_teams_complain"))
 			return;
 		if(time < lastRebalanceInfo + 90)




More information about the nexuiz-commits mailing list