From c3ba48809282f4032128e8b8251cafe02dfd8f5d Mon Sep 17 00:00:00 2001 From: div0 Date: Sat, 13 Jun 2009 19:41:27 +0000 Subject: [PATCH] up attempts from 10 to 30 git-svn-id: svn://svn.icculus.org/nexuiz/trunk@7034 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/havocbot.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/server/havocbot.qc b/data/qcsrc/server/havocbot.qc index 6b4b0d37b..5bfd8e841 100644 --- a/data/qcsrc/server/havocbot.qc +++ b/data/qcsrc/server/havocbot.qc @@ -1173,7 +1173,7 @@ float havocbot_moveto(vector pos) { 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; -- 2.39.2