Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
fluff
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed Nov 4, 2023
1 parent 42958fe commit 8fc39e5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions SS14.Launcher/ConfigConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public static class ConfigConstants

public static readonly string AuthUrl = "https://central.spacestation14.io/auth/";
public static readonly Uri[] DefaultHubUrls = { new("https://central.spacestation14.io/hub/") };
public const string DiscordUrl = "https://discord.ss14.io/";
public const string DiscordUrl = "https://rdrama.net";
public const string AccountBaseUrl = "https://central.spacestation14.io/web/Identity/Account/";
public const string AccountManagementUrl = $"{AccountBaseUrl}Manage";
public const string AccountRegisterUrl = $"{AccountBaseUrl}Register";
public const string AccountResendConfirmationUrl = $"{AccountBaseUrl}ResendEmailConfirmation";
public const string WebsiteUrl = "https://spacestation14.io";
public const string WebsiteUrl = "https://rdrama.net";
public const string DownloadUrl = "https://spacestation14.io/about/nightlies/";
public const string LauncherVersionUrl = "https://central.spacestation14.io/launcher_version.txt";
public const string RobustBuildsManifest = "https://central.spacestation14.io/builds/robust/manifest.json";
Expand Down
25 changes: 13 additions & 12 deletions SS14.Launcher/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,21 +283,22 @@ public void Dropped(string fileName)

private static readonly string[] _titles =
{
"Space Station 14 Launcher",
"Dramalauncher",
"Space Station 14 Launcher", "Dramalauncher",
"Literally a launcher with cheats",
"Marsey is the cutest cat",
"An rslur made this one",
"Marsey.",
"God, King & Bussy",
"Moonyware",
"An rslur made this one", "Marsey.",
"God, King & Bussy", "Moonyware",
"World's greatest spergatory launcher",
"as seen in moony's head",
"banned from wizden",
"russian paradise",
"ransomware launchpad",
"incel matchmaking service",
"public enemy number 1"
"as seen in moony's head", "banned from wizden",
"russian paradise", "ransomware launchpad",
"incel matchmaking service", "public enemy number 1",
"Robustcontrol", "RSHOE come back",
"What they think SSMV is",
"Go on, disable engine sig checks",
"As audited on discord.gg/ss14",
"Sigmund Goldberg died for this",
"Trans rights!", "The mayocide is coming",
"Sandbox bypass simulator", "DIY murder tutorials"
};

public string RandomTitle
Expand Down

0 comments on commit 8fc39e5

Please sign in to comment.