From 8fd017faa4c91c098a9a5cf5bde63840ca191c48 Mon Sep 17 00:00:00 2001 From: ZephyrTFA Date: Sun, 18 Aug 2024 04:07:37 -0400 Subject: [PATCH] ambiguity --- src/Tgstation.Server.Host/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {