diff --git a/SS14.Launcher/Program.cs b/SS14.Launcher/Program.cs index 79a81cc57b..682bae4609 100644 --- a/SS14.Launcher/Program.cs +++ b/SS14.Launcher/Program.cs @@ -305,7 +305,7 @@ namespace SS14.Launcher return $"SS14.Client_{platform}_x64.zip"; } - [Conditional("NET_FRAMEWORK")] + [Conditional("NETFRAMEWORK")] private static void FixTlsVersions() { // So, supposedly .NET Framework 4.7 is supposed to automatically select sane TLS versions.