fix: remove repeated statement
This commit is contained in:
@@ -617,7 +617,6 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s
|
||||
Log::verbose("BHVR api res @ {}", url);
|
||||
#endif
|
||||
|
||||
if (url.find("api/v1/dbd-character-data/get-all") != std::string::npos) return onGetAll(body);
|
||||
if (url.find("api/v1/dbd-character-data/get-all") != std::string::npos) return onGetAll(body);
|
||||
if (url.find("api/v1/dbd-inventories/all") != std::string::npos) return onInventoryAll(body);
|
||||
if (url.find("/api/v1/messages/listV2") != std::string::npos) return onMessageList(body);
|
||||
|
||||
Reference in New Issue
Block a user