From 059a5d844745250fa5cb05097119fedfc51dc1c3 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 5 Oct 2018 11:24:17 -0400 Subject: [PATCH] Remove and suppress the STA BS --- .../GlobalSuppressions.cs | Bin 2326 -> 2588 bytes src/Tgstation.Server.Host.Service/Program.cs | 1 - 2 files changed, 1 deletion(-) diff --git a/src/Tgstation.Server.Host.Service/GlobalSuppressions.cs b/src/Tgstation.Server.Host.Service/GlobalSuppressions.cs index 44ed7e1b55769fda5ee15d9e3cebecaa2a6953d1..47f7930b2a164fa8d872b6d46cf75d67298e52a5 100644 GIT binary patch delta 144 zcmbOxG)H8E7wcpu#-936hGK?9hIEEh1|2#{3-v>_3w YUx`7JA(nxcfr~*O2o*N_vmR##0Qx~2I{*Lx delta 12 TcmbOuGEHcM7whH#wlmBC9L5AN 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); } }