Skip to content

Commit

Permalink
I should not be allowed to touch launcher code (disable roll forward …
Browse files Browse the repository at this point in the history
…again)
  • Loading branch information
PJB3005 committed Dec 2, 2022
1 parent b254c04 commit 32c65f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SS14.Launcher/Models/Connector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@ private async Task<ContentLaunchInfo> RunUpdateAsync(ServerInfo info, Cancellati
EnvVar("GLIBC_TUNABLES", "glibc.rtld.dynamic_sort=1");
}

EnvVar("DOTNET_ROLL_FORWARD", "Major");
// DON'T ENABLE THIS THE LOADER USES THE LAUNCHER .NET VERSION ALWAYS SO ROLLFORWARD SHOULDN'T BE SPECIFIED.
// DON'T KEEP FORGETTING THAT ABOVE LINE LIKE I DID.
// EnvVar("DOTNET_ROLL_FORWARD", "Major");
EnvVar("DOTNET_MULTILEVEL_LOOKUP", "0");

startInfo.UseShellExecute = false;
Expand Down

0 comments on commit 32c65f7

Please sign in to comment.