From 0010b4cedfee298cea7c560e17a9f2bc0d89cb67 Mon Sep 17 00:00:00 2001 From: Shimizu Izumi Date: Thu, 15 Sep 2022 19:33:51 +0200 Subject: [PATCH] Removed the custom endpoint for Tower of Fantasy because it completely broke the settings (you weren't able to open them). --- FModel/Settings/UserSettings.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/FModel/Settings/UserSettings.cs b/FModel/Settings/UserSettings.cs index 09637b41..08eaff63 100644 --- a/FModel/Settings/UserSettings.cs +++ b/FModel/Settings/UserSettings.cs @@ -410,11 +410,7 @@ namespace FModel.Settings {FGame.Gameface, new FEndpoint[]{new (), new ()}}, {FGame.Athena, new FEndpoint[]{new (), new ()}}, {FGame.PandaGame, new FEndpoint[]{new (), new ()}}, - {FGame.Hotta, new [] - { - new FEndpoint("https://shimizu-izumi.github.io/fmodel/api/v1/aes/hotta.json", "$.['mainKey']") - } - } + {FGame.Hotta, new FEndpoint[]{new (), new ()}}, }; public IDictionary CustomEndpoints {