From cc269bf90e24abcaa551a379dda8c1483a0d0340 Mon Sep 17 00:00:00 2001 From: WeylonSantana Date: Tue, 26 Nov 2024 22:16:49 -0300 Subject: [PATCH] changed client core program to internal --- Intersect.Client.Core/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intersect.Client.Core/Program.cs b/Intersect.Client.Core/Program.cs index b079836ca9..83c3a9f9c9 100644 --- a/Intersect.Client.Core/Program.cs +++ b/Intersect.Client.Core/Program.cs @@ -25,7 +25,7 @@ static class Program /// The main entry point for the application. /// [STAThread] - public static void Main(string[] args) + internal static void Main(string[] args) { var waitForDebugger = args.Contains("--debugger");