fix filepathcer reseting progress indication during patching
This commit is contained in:
parent
308ea92267
commit
14d41f664f
@ -58,7 +58,7 @@ namespace PatcherUtils
|
|||||||
{
|
{
|
||||||
DirectoryInfo di = new DirectoryInfo(patchpath);
|
DirectoryInfo di = new DirectoryInfo(patchpath);
|
||||||
|
|
||||||
RaiseProgressChanged(0, fileCount, "Patching client...");
|
//RaiseProgressChanged(0, fileCount, "Patching client...");
|
||||||
|
|
||||||
foreach (FileInfo file in di.GetFiles())
|
foreach (FileInfo file in di.GetFiles())
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user