From 7b7fa88f76c329ea28f79e1493084565a12bef3f Mon Sep 17 00:00:00 2001 From: NathanHandley Date: Tue, 11 Mar 2025 19:29:03 -0500 Subject: [PATCH] Add return to avoid error message in last commit --- src/AuctionHouseBot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AuctionHouseBot.cpp b/src/AuctionHouseBot.cpp index c317ee3..5872873 100644 --- a/src/AuctionHouseBot.cpp +++ b/src/AuctionHouseBot.cpp @@ -791,6 +791,7 @@ void AuctionHouseBot::InitializeConfiguration() AHBBuyer = false; AHBSeller = false; LOG_INFO("module", "AuctionHouseBot: AuctionHouseBot.GUIDs is '0' so this module will be disabled"); + return; } AddCharacters(charString);