From 1ae021df603b3707ce8fdca93cf49a097131ad99 Mon Sep 17 00:00:00 2001 From: jeefo Date: Mon, 29 Jun 2015 22:35:37 +0300 Subject: [PATCH] fixed bots joins servers to early, and issues "hello wolds" chat without his name. --- source/manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/manager.cpp b/source/manager.cpp index 0f3acae..863c1d4 100644 --- a/source/manager.cpp +++ b/source/manager.cpp @@ -392,7 +392,7 @@ void BotManager::MaintainBotQuota (void) void BotManager::InitQuota (void) { - m_maintainTime = GetWorldTime () + 1.5f; + m_maintainTime = GetWorldTime () + 3.0f; m_creationTab.RemoveAll (); }