fix: update to reflect callback changes
Build / build (push) Failing after 2m45s

This commit is contained in:
2026-03-22 07:52:15 -03:00
parent 5e701e1e1b
commit 510241e311
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Spoofer
void modifyCharacterData(nlohmann::json& js);
void serverResponseHandler(const std::string& url, std::string& body, std::string& respHeaders);
void clientRequestHandler(const std::string& url, const std::string& body, std::string& reqHeaders);
void clientRequestHandler(std::string& url, const std::string& body, std::string& reqHeaders);
std::unordered_set<std::string> _camperItemIds;
std::unordered_set<std::string> _slasherPowerIds;