Skip to content

Commit d107749

Browse files
committed
Also use cdn for launcher info
1 parent 34d8710 commit d107749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SS14.Launcher/ConfigConstants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static class ConfigConstants
7171
// Currently contains server-set messages.
7272
// In the future, planning to merge launcher version and override assets info,
7373
// 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"]);
74+
public static readonly UrlFallbackSet UrlLauncherInfo = new (["https://cdn.spacestationmultiverse.com/launcher-assets/info.json"]);
7575

7676
public const string FallbackUsername = "JoeGenero";
7777

0 commit comments

Comments
 (0)