From 2dead48280126753876ce9a6809f78f6acbdc8cd Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 15 Jan 2025 01:07:24 +0100 Subject: [PATCH] STAThread client content start (#34212) --- Content.Client/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/Program.cs b/Content.Client/Program.cs index f48c1e73c3..0404e825cf 100644 --- a/Content.Client/Program.cs +++ b/Content.Client/Program.cs @@ -4,6 +4,7 @@ namespace Content.Client { internal static class Program { + [STAThread] public static void Main(string[] args) { ContentStart.Start(args);