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

@ -121,6 +121,7 @@ public:
void handleDeath (edict_t *killer, edict_t *victim);
void setLastWinner (int winner);
void checkBotModel (edict_t *ent, char *infobuffer);
void checkNeedsToBeKicked ();
bool isTeamStacked (int team);
bool kickRandom (bool decQuota = true, Team fromTeam = Team::Unassigned);