From 293a6e413727ab7ee221c00217d731a8b4789beb Mon Sep 17 00:00:00 2001 From: XTigerHyperX Date: Tue, 3 Nov 2020 21:20:14 +0100 Subject: [PATCH] updated mapping repo --- FModel/Utils/Endpoints.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FModel/Utils/Endpoints.cs b/FModel/Utils/Endpoints.cs index e07932e8..0a571f69 100644 --- a/FModel/Utils/Endpoints.cs +++ b/FModel/Utils/Endpoints.cs @@ -14,8 +14,8 @@ namespace FModel.Utils static class Endpoints { public static readonly FortniteApi FortniteAPI = new FortniteApi($"FModel/{Assembly.GetExecutingAssembly().GetName().Version}"); - public const string FORTNITE_TYPE_MAPPINGS = "https://raw.githubusercontent.com/FabianFG/FortniteTypeMappings/master/TypeMappings.json"; - public const string FORTNITE_ENUM_MAPPINGS = "https://raw.githubusercontent.com/FabianFG/FortniteTypeMappings/master/EnumMappings.json"; + public const string FORTNITE_TYPE_MAPPINGS = "https://raw.githubusercontent.com/FModel/FortMappings/master/TypeMappings.json"; + public const string FORTNITE_ENUM_MAPPINGS = "https://raw.githubusercontent.com/FModel/FortMappings/master/EnumMappings.json"; public const string BENBOT_AES = "https://benbotfn.tk/api/v1/aes"; public const string BENBOT_HOTFIXES = "https://benbotfn.tk/api/v1/hotfixes"; public const string FMODEL_JSON = "https://dl.dropbox.com/s/sxyaqo6zu1drlea/FModel.json?dl=0";