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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 13 15:41:27 EDT 2009


Author: div0
Date: 2009-06-13 15:41:27 -0400 (Sat, 13 Jun 2009)
New Revision: 7034

Modified:
   trunk/data/qcsrc/server/havocbot.qc
Log:
up attempts from 10 to 30


Modified: trunk/data/qcsrc/server/havocbot.qc
===================================================================
--- trunk/data/qcsrc/server/havocbot.qc	2009-06-13 19:34:27 UTC (rev 7033)
+++ trunk/data/qcsrc/server/havocbot.qc	2009-06-13 19:41:27 UTC (rev 7034)
@@ -1173,7 +1173,7 @@
 			{
 				self.havocbot_personal_waypoint_failcounter += 1;
 				self.havocbot_personal_waypoint_searchtime = time + 2;
-				if(self.havocbot_personal_waypoint_failcounter >= 10)
+				if(self.havocbot_personal_waypoint_failcounter >= 30)
 				{
 					dprint("Warning: can't walk to the personal waypoint located at ", vtos(self.havocbot_personal_waypoint.origin),"\n");
 					self.aistatus &~= AI_STATUS_WAYPOINT_PERSONAL_LINKING;



More information about the nexuiz-commits mailing list