Skip to content

Commit

Permalink
Merge pull request #135 from goatcorp/remove-required
Browse files Browse the repository at this point in the history
  • Loading branch information
Blooym authored Mar 19, 2024
2 parents 1496020 + 3482006 commit 072480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XIVLauncher.Core/LauncherClientConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public readonly struct LauncherClientConfig
private const string LAUNCHER_CONFIG_URL = "https://kamori.goats.dev/Launcher/GetLauncherClientConfig";
private const string FRONTIER_FALLBACK = "https://launcher.finalfantasyxiv.com/v650/index.html?rc_lang={0}&time={1}";

public required string frontierUrl { get; init; }
public string frontierUrl { get; init; }
public string? cutOffBootver { get; init; }
public uint flags { get; init; }

Expand Down

0 comments on commit 072480e

Please sign in to comment.