diff --git a/src/unlocker/spoofing.cpp b/src/unlocker/spoofing.cpp index 32ee275..c0ff009 100644 --- a/src/unlocker/spoofing.cpp +++ b/src/unlocker/spoofing.cpp @@ -386,7 +386,7 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s { charInfo["isEntitled"] = true; if (charInfo.contains("bloodWebLevel")) charInfo["bloodWebLevel"] = 15; - if (charInfo["bloodWebData"].contains("level")) charInfo["bloodWebData"]["level"] = 1; + if (charInfo.contains("bloodWebData")) charInfo["bloodWebData"]["level"] = 1; if (charInfo.contains("origin")) { charInfo["purchaseInfo"] = {{"quantity", 1},