diff --git a/src/Tgstation.Server.Host.Service/GlobalSuppressions.cs b/src/Tgstation.Server.Host.Service/GlobalSuppressions.cs index 44ed7e1b55..47f7930b2a 100644 Binary files a/src/Tgstation.Server.Host.Service/GlobalSuppressions.cs and b/src/Tgstation.Server.Host.Service/GlobalSuppressions.cs differ diff --git a/src/Tgstation.Server.Host.Service/Program.cs b/src/Tgstation.Server.Host.Service/Program.cs index 08cacea599..0c758c4de7 100644 --- a/src/Tgstation.Server.Host.Service/Program.cs +++ b/src/Tgstation.Server.Host.Service/Program.cs @@ -140,7 +140,6 @@ namespace Tgstation.Server.Host.Service /// /// Entrypoint for the application /// - [STAThread] static Task Main(string[] args) => CommandLineApplication.ExecuteAsync(args); } }