mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-02-02 10:33:48 +00:00
Add return to avoid error message in last commit
This commit is contained in:
@@ -791,6 +791,7 @@ void AuctionHouseBot::InitializeConfiguration()
|
|||||||
AHBBuyer = false;
|
AHBBuyer = false;
|
||||||
AHBSeller = false;
|
AHBSeller = false;
|
||||||
LOG_INFO("module", "AuctionHouseBot: AuctionHouseBot.GUIDs is '0' so this module will be disabled");
|
LOG_INFO("module", "AuctionHouseBot: AuctionHouseBot.GUIDs is '0' so this module will be disabled");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
AddCharacters(charString);
|
AddCharacters(charString);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user