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
|
|
@ -2759,12 +2759,6 @@ void Bot::frame () {
|
|||
}
|
||||
|
||||
void Bot::update () {
|
||||
|
||||
// kick bot from server if requested
|
||||
if (m_kickMeFromServer) {
|
||||
kick ();
|
||||
return;
|
||||
}
|
||||
const auto tid = getCurrentTaskId ();
|
||||
|
||||
m_canChooseAimDirection = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue