Skip to content

Commit

Permalink
fix: remove required
Browse files Browse the repository at this point in the history
does not build under some net6 ci systems
  • Loading branch information
Blooym committed Mar 19, 2024
1 parent 1496020 commit 3482006
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 3482006

Please sign in to comment.