Removed bot freezing at startup and system message, not relevant anymore (#1519)

This commit is contained in:
bash
2025-08-10 19:11:39 +02:00
committed by GitHub
parent 15f138aab0
commit bcd6f5bc06
3 changed files with 2 additions and 16 deletions

View File

@@ -611,7 +611,6 @@ private:
Item* FindItemInInventory(std::function<bool(ItemTemplate const*)> checkItem) const;
void HandleCommands();
void HandleCommand(uint32 type, const std::string& text, Player& fromPlayer, const uint32 lang = LANG_UNIVERSAL);
bool _isBotInitializing = false;
protected:
Player* bot;