diff --git a/Patcher/Patcher/MainWindow.xaml.cs b/Patcher/Patcher/MainWindow.xaml.cs index 78c5d2c..4e60c39 100644 --- a/Patcher/Patcher/MainWindow.xaml.cs +++ b/Patcher/Patcher/MainWindow.xaml.cs @@ -427,6 +427,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f } // -- INSTALL DLL LOADER -- + /* if (!(System.IO.File.Exists(outputDir.FullName + @"\Binaries\Win32\binkw23.dll"))) //if the patch is not already installed { patcherWorker.ReportProgress(45); //set loadingprogress to 45% @@ -445,6 +446,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f } } } + */ patcherWorker.ReportProgress(50); //set loadingprogress to 50% // -- RENAME UPK AND DECOMPRESSEDSIZE --