correct version string
report valid number of remaining enemies in chatter increased periodic think interval
This commit is contained in:
parent
2ff557eb89
commit
6502c44050
3 changed files with 8 additions and 5 deletions
|
|
@ -220,7 +220,7 @@ Bot *BotManager::FindOneValidAliveBot (void)
|
|||
|
||||
for (int i = 0; i < GetMaxClients (); i++)
|
||||
{
|
||||
if (m_bots[i] != NULL && IsAlive (m_bots[i]->GetEntity ()))
|
||||
if (m_bots[i] != NULL && IsAlive (m_bots[i]->GetEntity ()) && foundBots.GetSize () < 5)
|
||||
foundBots.Push (i);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue