]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
STAThread client content start (#34212)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Wed, 15 Jan 2025 00:07:24 +0000 (01:07 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2025 00:07:24 +0000 (01:07 +0100)
Content.Client/Program.cs

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