We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d8710 commit d107749Copy full SHA for d107749
SS14.Launcher/ConfigConstants.cs
@@ -71,7 +71,7 @@ public static class ConfigConstants
71
// Currently contains server-set messages.
72
// In the future, planning to merge launcher version and override assets info,
73
// so we can coalesce all of that into a single HTTP request at startup.
74
- public static readonly UrlFallbackSet UrlLauncherInfo = new (["https://spacestationmultiverse.com/launcher-assets/info.json"]);
+ public static readonly UrlFallbackSet UrlLauncherInfo = new (["https://cdn.spacestationmultiverse.com/launcher-assets/info.json"]);
75
76
public const string FallbackUsername = "JoeGenero";
77
0 commit comments