mirror of
https://github.com/4sval/FModel.git
synced 2026-03-22 01:34:37 -05:00
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:
parent
a7dc54b48d
commit
0010b4cedf
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user