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
Fixed [Press any key to continue] to actually accept any key
pull/1/head
Anairkoen Schno
6 years ago
parent
8397924514
commit
81475cbe6f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IPA/Program.cs
+ 1
- 1
IPA/Program.cs
View File
@ -120,7 +120,7 @@ namespace IPA
Console
.
ForegroundColor
=
ConsoleColor
.
DarkYellow
;
Console
.
WriteLine
(
"[Press any key to continue]"
)
;
Console
.
ResetColor
(
)
;
Console
.
Read
Line
(
)
;
Console
.
Read
Key
(
)
;
}
}
Write
Preview
Loading…
Cancel
Save