nav: reworked bot dropping on pathfinder failure
This commit is contained in:
parent
259dd18330
commit
375a64b861
5 changed files with 19 additions and 12 deletions
|
|
@ -1030,6 +1030,9 @@ void Game::slowFrame () {
|
|||
// display welcome message
|
||||
util.checkWelcome ();
|
||||
|
||||
// kick failed bots
|
||||
bots.checkNeedsToBeKicked ();
|
||||
|
||||
// update next update time
|
||||
m_oneSecondFrame = nextUpdate + time ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue