STAThread client content start (#34212)

This commit is contained in:
Pieter-Jan Briers
2025-01-15 01:07:24 +01:00
committed by GitHub
parent 99580e0118
commit 2dead48280

View File

@@ -4,6 +4,7 @@ namespace Content.Client
{ {
internal static class Program internal static class Program
{ {
[STAThread]
public static void Main(string[] args) public static void Main(string[] args)
{ {
ContentStart.Start(args); ContentStart.Start(args);