Removed the custom endpoint for Tower of Fantasy because it completely broke the settings (you weren't able to open them).

This commit is contained in:
Shimizu Izumi 2022-09-15 19:33:51 +02:00
parent a7dc54b48d
commit 0010b4cedf

View File

@ -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<FGame, FEndpoint[]> CustomEndpoints
{