Skip to content

Commit

Permalink
Final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xp4xbox authored Jun 4, 2022
1 parent 991da8a commit b5a37af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions distribution/Patcher.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ Else
If Err.Number <> 0 Then
' Raise Error, quit
patcherError Err.Description
Else
' Save new settings
Settings.Save
End If
' Save new settings
Settings.Save
End If
If Settings.Patched Then
strPatchMessage = "un"
Expand Down

0 comments on commit b5a37af

Please # to comment.