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 minor updater bug
piracy-check
Anairkoen Schno
6 years ago
parent
89540c00a5
commit
0e160db2a5
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
IPA.Loader/Updating/Backup/BackupUnit.cs
+ 2
- 1
IPA.Loader/Updating/Backup/BackupUnit.cs
View File
@ -63,7 +63,8 @@ namespace IPA.Updating.Backup
internal
void
Delete
(
)
{
_BackupPath
.
Delete
(
true
)
;
if
(
_BackupPath
.
Exists
)
_BackupPath
.
Delete
(
true
)
;
}
/// <summary>
Write
Preview
Loading…
Cancel
Save