Skip to content

Commit

Permalink
Fix playerbots config issue for all cores
Browse files Browse the repository at this point in the history
  • Loading branch information
davidonete committed Mar 25, 2024
1 parent eafd15f commit 6d5cc5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ahbot/AhBotConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6d5cc5c

Please sign in to comment.