diff --git a/src/Tgstation.Server.Host/Program.cs b/src/Tgstation.Server.Host/Program.cs index 66bef9974f..740427e37d 100644 --- a/src/Tgstation.Server.Host/Program.cs +++ b/src/Tgstation.Server.Host/Program.cs @@ -68,7 +68,7 @@ namespace Tgstation.Server.Host args = listArgs.ToArray(); } - if(RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) + if(System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) { var proc = new Process {