nav: reworked bot dropping on pathfinder failure

This commit is contained in:
jeefo 2024-02-15 23:57:54 +03:00
commit 375a64b861
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
5 changed files with 19 additions and 12 deletions

View file

@ -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;