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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 25 20:41:18 EDT 2009


Author: mand1nga
Date: 2009-08-25 20:41:18 -0400 (Tue, 25 Aug 2009)
New Revision: 7522

Modified:
   trunk/data/qcsrc/server/bots.qc
Log:
Too much visual basic? ..

Modified: trunk/data/qcsrc/server/bots.qc
===================================================================
--- trunk/data/qcsrc/server/bots.qc	2009-08-25 21:08:32 UTC (rev 7521)
+++ trunk/data/qcsrc/server/bots.qc	2009-08-26 00:41:18 UTC (rev 7522)
@@ -3109,7 +3109,7 @@
 
 	if(time > bot_cvar_nextthink)
 	{
-		if(currentbots>1)
+		if(currentbots>0)
 			bot_custom_weapon_priority_setup();
 		bot_cvar_nextthink = time + 5;
 	}



More information about the nexuiz-commits mailing list