Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed Dec 26, 2023
1 parent 894d451 commit ec0fd65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WinchConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ static void Main(string[] args)
var currentProcess = Process.GetCurrentProcess();
var duplicates = Process.GetProcessesByName(currentProcess.ProcessName);

// Let the existing console handle logs
// For example, loading with the manager loads the game then it gets relaunched via Steam opening two consoles
// However only the first console shows text
if (duplicates.Length > 1)
{
currentProcess.Kill();
Expand Down

0 comments on commit ec0fd65

Please sign in to comment.