diff --git a/SS14.Launcher/Models/Connector.cs b/SS14.Launcher/Models/Connector.cs index 2e1fb86d..89dc9864 100644 --- a/SS14.Launcher/Models/Connector.cs +++ b/SS14.Launcher/Models/Connector.cs @@ -467,13 +467,6 @@ private async Task InstallContentBundleAsync( EnvVar("DOTNET_TieredPGO", "1"); EnvVar("DOTNET_ReadyToRun", "0"); - if (OperatingSystem.IsLinux()) - { - // Work around https://github.com/space-wizards/RobustToolbox/issues/2563 - // Yuck. - EnvVar("GLIBC_TUNABLES", "glibc.rtld.dynamic_sort=1"); - } - ConfigureMultiWindow(launchInfo, startInfo); // DON'T ENABLE THIS THE LOADER USES THE LAUNCHER .NET VERSION ALWAYS SO ROLLFORWARD SHOULDN'T BE SPECIFIED.