Remove and suppress the STA BS

This commit is contained in:
Cyberboss
2018-10-05 11:24:17 -04:00
parent 33ea7cbae5
commit 059a5d8447
2 changed files with 0 additions and 1 deletions
@@ -140,7 +140,6 @@ namespace Tgstation.Server.Host.Service
/// <summary>
/// Entrypoint for the application
/// </summary>
[STAThread]
static Task<int> Main(string[] args) => CommandLineApplication.ExecuteAsync<Program>(args);
}
}