diff --git a/src/RandomPlayerbotMgr.cpp b/src/RandomPlayerbotMgr.cpp index ca9049ec..a0446707 100644 --- a/src/RandomPlayerbotMgr.cpp +++ b/src/RandomPlayerbotMgr.cpp @@ -164,7 +164,10 @@ RandomPlayerbotMgr::RandomPlayerbotMgr() : PlayerbotHolder(), processTicks(0) sPlayerbotCommandServer->Start(); PrepareTeleportCache(); } - + if (!sPlayerbotAIConfig->randomBotAutologin) + { + setBotInitializing(false); + } BattlegroundData.clear(); BgCheckTimer = 0;