fixed bots joins servers to early, and issues "hello wolds" chat without his name.

This commit is contained in:
jeefo 2015-06-29 22:35:37 +03:00
commit 1ae021df60

View file

@ -392,7 +392,7 @@ void BotManager::MaintainBotQuota (void)
void BotManager::InitQuota (void) void BotManager::InitQuota (void)
{ {
m_maintainTime = GetWorldTime () + 1.5f; m_maintainTime = GetWorldTime () + 3.0f;
m_creationTab.RemoveAll (); m_creationTab.RemoveAll ();
} }