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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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