From 134f72293ac47473133bcdfde934687bbd31c27c Mon Sep 17 00:00:00 2001 From: GMatrixGames Date: Fri, 6 Jan 2023 18:15:23 -0500 Subject: [PATCH] genxgames --- CUE4Parse | 2 +- FModel/Settings/UserSettings.cs | 4 ++-- FModel/ViewModels/ApiEndpoints/FortniteCentralApiEndpoint.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CUE4Parse b/CUE4Parse index 9579eabc..d6bd6e58 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 9579eabcde51e8622c79845c26f7f04e29b604e8 +Subproject commit d6bd6e58cd084ab5fadd46a433bfbe95316e4890 diff --git a/FModel/Settings/UserSettings.cs b/FModel/Settings/UserSettings.cs index 40b59eec..8afcac2d 100644 --- a/FModel/Settings/UserSettings.cs +++ b/FModel/Settings/UserSettings.cs @@ -373,8 +373,8 @@ namespace FModel.Settings { FGame.FortniteGame, new [] { - new FEndpoint("https://fortnitecentral.gmatrixgames.ga/api/v1/aes", "$.['mainKey','dynamicKeys']"), - new FEndpoint("https://fortnitecentral.gmatrixgames.ga/api/v1/mappings", "$.[?(@.meta.compressionMethod=='Oodle')].['url','fileName']") // && @.meta.platform=='Windows' + new FEndpoint("https://fortnitecentral.genxgames.gg/api/v1/aes", "$.['mainKey','dynamicKeys']"), + new FEndpoint("https://fortnitecentral.genxgames.gg/api/v1/mappings", "$.[?(@.meta.compressionMethod=='Oodle')].['url','fileName']") // && @.meta.platform=='Windows' } }, {FGame.ShooterGame, new FEndpoint[]{new (), new ()}}, diff --git a/FModel/ViewModels/ApiEndpoints/FortniteCentralApiEndpoint.cs b/FModel/ViewModels/ApiEndpoints/FortniteCentralApiEndpoint.cs index e5fee91a..02861b7a 100644 --- a/FModel/ViewModels/ApiEndpoints/FortniteCentralApiEndpoint.cs +++ b/FModel/ViewModels/ApiEndpoints/FortniteCentralApiEndpoint.cs @@ -15,7 +15,7 @@ public class FortniteCentralApiEndpoint : AbstractApiProvider public async Task>> GetHotfixesAsync(CancellationToken token, string language = "en") { - var request = new FRestRequest("https://fortnitecentral.gmatrixgames.ga/api/v1/hotfixes") + var request = new FRestRequest("https://fortnitecentral.genxgames.gg/api/v1/hotfixes") { OnBeforeDeserialization = resp => { resp.ContentType = "application/json; charset=utf-8"; } };