This commit is contained in:
Your Name
2020-08-30 18:50:14 -06:00
parent 3b12df2e2f
commit f8918e872d
2 changed files with 6 additions and 3 deletions

View File

@ -2379,7 +2379,7 @@ bot_dom_spawn_kill_think()
self thread bot_dom_watch_flags(myFlagCount, myTeam);
if (self waittill_any_return( "goal", "bad_path". "new_goal" ) != "new_goal")
if (self waittill_any_return( "goal", "bad_path", "new_goal" ) != "new_goal")
self ClearScriptGoal();
}
}