X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fbot%2Fdefault%2Fhavocbot%2Fhavocbot.qc;h=b6b48798e7113a401bdcf7a77023e3d7e245fb43;hp=0613ab403d9f73e7c9a2ba03aa42580668d740d0;hb=64f2b309aa5be8aafb9ad2137174bb6d99aeb876;hpb=87bec07409c336c956a798556064c6819ad40a4d diff --git a/qcsrc/server/bot/default/havocbot/havocbot.qc b/qcsrc/server/bot/default/havocbot/havocbot.qc index 0613ab403d..b6b48798e7 100644 --- a/qcsrc/server/bot/default/havocbot/havocbot.qc +++ b/qcsrc/server/bot/default/havocbot/havocbot.qc @@ -30,6 +30,10 @@ void havocbot_ai(entity this) if(bot_execute_commands(this)) return; + if(this.goalcurrent) + if(wasfreed(this.goalcurrent)) + navigation_poproute(this); + if (bot_strategytoken == this) if (!bot_strategytoken_taken) {