mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-06-27 14:51:56 +00:00
fix infinite run in circles
This commit is contained in:
@ -710,7 +710,7 @@ setBotWantSprint()
|
||||
|
||||
self.bot.wantsprint = true;
|
||||
|
||||
self waittill( "kill_goal" );
|
||||
self waittill_notify_or_timeout( "kill_goal", 10 );
|
||||
|
||||
self.bot.wantsprint = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user