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
No warnings from ReSharper :)
pull/1/head
Anairkoen Schno
6 years ago
parent
a8c0c994c7
commit
4ebced848b
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
@ -426,7 +426,7 @@ namespace IPA
continue
;
Debug
.
Assert
(
targetFile
.
Directory
!
=
null
,
"targetFile.Directory != null"
)
;
targetFile
.
Directory
.
Create
(
)
;
targetFile
.
Directory
?
.
Create
(
)
;
Console
.
CursorTop
-
-
;
ClearLine
(
)
;
Write
Preview
Loading…
Cancel
Save