From 60c176ed0180b05043cec65d408a4b4b9db7a797 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 27 Jul 2016 07:25:57 +1000 Subject: [PATCH] Make it match again for TimePath --- qcsrc/server/bot/havocbot/havocbot.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/bot/havocbot/havocbot.qc b/qcsrc/server/bot/havocbot/havocbot.qc index e7f59bc8ec..aca4b9756a 100644 --- a/qcsrc/server/bot/havocbot/havocbot.qc +++ b/qcsrc/server/bot/havocbot/havocbot.qc @@ -486,7 +486,7 @@ void havocbot_movetogoal(entity this) if(fabs(this.velocity.z)<50) { entity newgoal = NULL; - FOREACH_ENTITY_CLASS("waypoint", vdist(it.origin - this.origin, <, 1000), + FOREACH_ENTITY_CLASS("waypoint", vdist(it.origin - this.origin, <=, 1000), { traceline(this.origin + this.view_ofs, ((it.absmin + it.absmax) * 0.5), true, this); -- 2.39.2