fix infinite run in circles

This commit is contained in:
ineed bots 2022-05-09 18:03:07 -06:00
parent 14b161b3ed
commit ad890673a2

View File

@ -710,7 +710,7 @@ setBotWantSprint()
self.bot.wantsprint = true; self.bot.wantsprint = true;
self waittill( "kill_goal" ); self waittill_notify_or_timeout( "kill_goal", 10 );
self.bot.wantsprint = false; self.bot.wantsprint = false;
} }