From 7bb59bfae4fde02bf0aaf30f11338e00794b4f51 Mon Sep 17 00:00:00 2001 From: Khaomi <46065349+Khaomi@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:58:32 +0700 Subject: [PATCH] feat(hub): add new hub server --- SS14.Launcher/ConfigConstants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index 290f680..d564b4e 100644 --- a/SS14.Launcher/ConfigConstants.cs +++ b/SS14.Launcher/ConfigConstants.cs @@ -61,6 +61,7 @@ public static class ConfigConstants new("https://hub.simplestation.org/"), new("https://hub.singularity14.co.uk/"), new("https://cdn.spacestationmultiverse.com/hub/"), + new("https://hub.playss14.com/"), new("https://hub.spacestation14.com/"), ];