Browse Source

Made no console the default again

pull/11/head
Anairkoen Schno 5 years ago
parent
commit
50d8dd7576
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Injector/Injector.cs

+ 1
- 1
IPA.Injector/Injector.cs View File

@ -30,7 +30,7 @@ namespace IPA.Injector
try
{
if (!Environment.GetCommandLineArgs().Contains("--no-console"))
if (Environment.GetCommandLineArgs().Contains("--verbose"))
WinConsole.Initialize();
SetupLibraryLoading();


Loading…
Cancel
Save