From 308f4cb8405df6140e72fb7155419bf4c87fe5b1 Mon Sep 17 00:00:00 2001 From: mand1nga Date: Thu, 21 Apr 2011 22:07:06 -0300 Subject: [PATCH] Prevent a bot for monopolizing the waypoint queue --- qcsrc/server/bot/navigation.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/server/bot/navigation.qc b/qcsrc/server/bot/navigation.qc index 01bb87011..03a549439 100644 --- a/qcsrc/server/bot/navigation.qc +++ b/qcsrc/server/bot/navigation.qc @@ -1046,6 +1046,7 @@ void navigation_unstuck() else { dprint(self.netname, " stuck, cannot walk to any waypoint at all\n"); + bot_waypoint_queue_owner = world; } } } -- 2.39.2