This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Made no console the default again
pull/11/head
Anairkoen Schno
5 years ago
parent
759cf10cda
commit
50d8dd7576
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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-consol
e"
)
)
if
(
Environment
.
GetCommandLineArgs
(
)
.
Contains
(
"--
verbos
e"
)
)
WinConsole
.
Initialize
(
)
;
SetupLibraryLoading
(
)
;
Write
Preview
Loading…
Cancel
Save