mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Set _isBotInitializing if randomBotAutologin=0 (#670)
This commit is contained in:
@@ -164,7 +164,10 @@ RandomPlayerbotMgr::RandomPlayerbotMgr() : PlayerbotHolder(), processTicks(0)
|
||||
sPlayerbotCommandServer->Start();
|
||||
PrepareTeleportCache();
|
||||
}
|
||||
|
||||
if (!sPlayerbotAIConfig->randomBotAutologin)
|
||||
{
|
||||
setBotInitializing(false);
|
||||
}
|
||||
BattlegroundData.clear();
|
||||
|
||||
BgCheckTimer = 0;
|
||||
|
||||
Reference in New Issue
Block a user