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
Should return when the console is initialized
pull/65/head
Meivyn
2 years ago
parent
d2735d0def
commit
8a70aeba85
No known key found for this signature in database
GPG Key ID:
8BDD3E48158B2F71
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
IPA.Injector/Injector.cs
+ 1
- 0
IPA.Injector/Injector.cs
View File
@ -118,6 +118,7 @@ namespace IPA.Injector
}
}
WinConsole
.
Initialize
(
int
.
TryParse
(
arguments
[
i
]
,
out
var
processId
)
?
processId
:
WinConsole
.
AttachParent
)
;
WinConsole
.
Initialize
(
int
.
TryParse
(
arguments
[
i
]
,
out
var
processId
)
?
processId
:
WinConsole
.
AttachParent
)
;
return
;
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save