fix: typo
Build / build (push) Successful in 3m10s

This commit is contained in:
2026-04-06 21:54:57 -03:00
parent ff7284dfbf
commit e933515e45
+1 -1
View File
@@ -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();