diff --git a/Patcher/PatcherUtils/FilePatcher.cs b/Patcher/PatcherUtils/FilePatcher.cs index 1d9439c..e93969d 100644 --- a/Patcher/PatcherUtils/FilePatcher.cs +++ b/Patcher/PatcherUtils/FilePatcher.cs @@ -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()) { diff --git a/Patcher/PatcherUtils/Resources/PatchClient.exe b/Patcher/PatcherUtils/Resources/PatchClient.exe index 010c159..1ee5d62 100644 Binary files a/Patcher/PatcherUtils/Resources/PatchClient.exe and b/Patcher/PatcherUtils/Resources/PatchClient.exe differ