Skip to content

Commit

Permalink
Fixed the issue where patcher will crash when doing second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
HikariCalyx committed Jan 9, 2025
1 parent 651e833 commit 2cfebda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WzComparerR2/FrmPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ private void ExecutePatch(string patchFile, string msFolder, bool prePatch, bool
}
finally
{
patchedFileSizes.Clear();
patchedFileIndex.Clear();
finishedFileIndex.Clear();
try
{
if (sw != null)
Expand Down

0 comments on commit 2cfebda

Please sign in to comment.