mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 16:05:44 +00:00
fix infinite run in circles
This commit is contained in:
parent
14b161b3ed
commit
ad890673a2
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user