fixed bots joins servers to early, and issues "hello wolds" chat without his name.
This commit is contained in:
parent
f8fe675e65
commit
1ae021df60
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue