fix filepathcer reseting progress indication during patching

This commit is contained in:
IsWaffle 2021-08-04 17:15:44 -04:00
parent 308ea92267
commit 14d41f664f
2 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace PatcherUtils
{
DirectoryInfo di = new DirectoryInfo(patchpath);
RaiseProgressChanged(0, fileCount, "Patching client...");
//RaiseProgressChanged(0, fileCount, "Patching client...");
foreach (FileInfo file in di.GetFiles())
{