Skip to content

Commit

Permalink
changed client core program to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
WeylonSantana committed Nov 27, 2024
1 parent 7d7b2c0 commit cc269bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Intersect.Client.Core/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static class Program
/// The main entry point for the application.
/// </summary>
[STAThread]
public static void Main(string[] args)
internal static void Main(string[] args)
{
var waitForDebugger = args.Contains("--debugger");

Expand Down

0 comments on commit cc269bf

Please sign in to comment.