Update Proxy.cs

This commit is contained in:
Beat YT 2024-02-11 15:10:35 -05:00 committed by GitHub
parent 0cbb5929ec
commit a8e6440bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,12 +149,6 @@ namespace Partypacker.Net
oSession.responseCode = 204;
return;
} else if (oSession.PathAndQuery.Contains("/api/v2/games/FNFestival/leaderboards/")) {
if (oSession.HTTPMethodIs("CONNECT"))
{
oSession["x-replywithtunnel"] = "FortniteTunnel";
return;
}
oSession.utilCreateResponseAndBypassServer();
oSession.responseCode = 404;
return;