Compare commits

..

1 Commits

Author SHA1 Message Date
neru ab2385fc2f fix: comment out unused param
Build / build (push) Successful in 3m10s
2026-03-22 07:57:36 -03:00
+1 -1
View File
@@ -454,7 +454,7 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s
}
}
void Spoofer::clientRequestHandler(std::string& url, const std::string& body, std::string& reqHeaders)
void Spoofer::clientRequestHandler(std::string& url, const std::string& body, std::string& /*reqHeaders*/)
{
if (url.find("api/v1/dbd-character-data/bloodweb") != std::string::npos ||
url.find("api/v1/dbd-character-data/bulk-spending-bloodweb") != std::string::npos)