diff --git a/src/unlocker/spoofing.cpp b/src/unlocker/spoofing.cpp index a57383c..a692555 100644 --- a/src/unlocker/spoofing.cpp +++ b/src/unlocker/spoofing.cpp @@ -423,7 +423,7 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s if (body.find("NotAllowedException") != std::string::npos && body.find("not owned") != std::string::npos) { - Log::info("Spoofing bloodweb error error for unowned character"); + Log::info("Spoofing bloodweb error for unowned character"); json mock; mock["bloodWebLevelChanged"] = false; mock["updatedWallets"] = json::array();