From 32a3210e1133a95b50c1458de3c7658d61b7f07e Mon Sep 17 00:00:00 2001 From: Rob Chiocchio Date: Mon, 14 May 2018 22:42:36 -0400 Subject: [PATCH] comment out beta code --- Patcher/Patcher/MainWindow.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) 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 --