From 6d5cc5c56353935b40624e97261ba86a253b41d3 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 25 Mar 2024 12:14:25 +0000 Subject: [PATCH] Fix playerbots config issue for all cores --- ahbot/AhBotConfig.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ahbot/AhBotConfig.cpp b/ahbot/AhBotConfig.cpp index 0f21ab8b..f6c4bca9 100644 --- a/ahbot/AhBotConfig.cpp +++ b/ahbot/AhBotConfig.cpp @@ -25,11 +25,7 @@ void LoadSet(std::string value, T &res) bool AhBotConfig::Initialize() { -#ifdef MANGOSBOT_ONE if (!config.SetSource(SYSCONFDIR"ahbot.conf", "AHBot_")) -#else - if (!config.SetSource(SYSCONFDIR"ahbot.conf")) -#endif { sLog.outString("AhBot is Disabled. Unable to open configuration file ahbot.conf"); return false;