Skip to content

Commit

Permalink
Removed the custom endpoint for Tower of Fantasy because it completel…
Browse files Browse the repository at this point in the history
…y broke the settings (you weren't able to open them).
  • Loading branch information
shimizu-izumi committed Sep 15, 2022
1 parent a7dc54b commit 0010b4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions FModel/Settings/UserSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,7 @@ public IDictionary<FGame, Dictionary<string, bool>> OverridedOptions
{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<FGame, FEndpoint[]> CustomEndpoints
{
Expand Down

0 comments on commit 0010b4c

Please sign in to comment.