This commit is contained in:
INeedBots
2021-02-12 13:15:34 -06:00
parent 495e0c3579
commit 0093e1bdf8
2 changed files with 2 additions and 2 deletions

View File

@ -2437,7 +2437,7 @@ bot_uav_think()
self SetBotGoal( g.origin, 128 );
if (self waittill_any_return( "goal", "bad_path", "new_goal" ) != "new_goal")
self ClearScriptGoal();
self ClearBotGoal();
shouldContinue = true;
break;