From f2280ce4a1cb2a9dcccc1c0ac47b31f58ae5b557 Mon Sep 17 00:00:00 2001 From: Morb <14136326+Morb0@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:45:06 +0300 Subject: [PATCH] Add new fallback CDN --- SS14.Launcher/ConfigConstants.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index b32792a4..1620bd07 100644 --- a/SS14.Launcher/ConfigConstants.cs +++ b/SS14.Launcher/ConfigConstants.cs @@ -42,7 +42,8 @@ public static class ConfigConstants private static readonly UrlFallbackSet RobustBuildsBaseUrl = new([ "https://robust-builds.cdn.spacestation14.com/", - "https://robust-builds.fallback.cdn.spacestation14.com/" + "https://robust-builds.fallback.cdn.spacestation14.com/", + "https://cdn.station14.ru/robust-builds/" ]); private static readonly UrlFallbackSet LauncherDataBaseUrl = new([