mirror of
https://github.com/4sval/FModel.git
synced 2026-04-25 07:21:54 -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.Gameface, new FEndpoint[]{new (), new ()}},
|
||||||
{FGame.Athena, new FEndpoint[]{new (), new ()}},
|
{FGame.Athena, new FEndpoint[]{new (), new ()}},
|
||||||
{FGame.PandaGame, new FEndpoint[]{new (), new ()}},
|
{FGame.PandaGame, new FEndpoint[]{new (), new ()}},
|
||||||
{FGame.Hotta, new []
|
{FGame.Hotta, new FEndpoint[]{new (), new ()}},
|
||||||
{
|
|
||||||
new FEndpoint("https://shimizu-izumi.github.io/fmodel/api/v1/aes/hotta.json", "$.['mainKey']")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
public IDictionary<FGame, FEndpoint[]> CustomEndpoints
|
public IDictionary<FGame, FEndpoint[]> CustomEndpoints
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user