Skip to content

Commit 32a3210

Browse files
committed
comment out beta code
1 parent 1b79e5d commit 32a3210

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Patcher/Patcher/MainWindow.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f
427427
}
428428

429429
// -- INSTALL DLL LOADER --
430+
/*
430431
if (!(System.IO.File.Exists(outputDir.FullName + @"\Binaries\Win32\binkw23.dll"))) //if the patch is not already installed
431432
{
432433
patcherWorker.ReportProgress(45); //set loadingprogress to 45%
@@ -445,6 +446,7 @@ private void patcherWorker_DoWork(object sender, DoWorkEventArgs e) //the main f
445446
}
446447
}
447448
}
449+
*/
448450

449451
patcherWorker.ReportProgress(50); //set loadingprogress to 50%
450452
// -- RENAME UPK AND DECOMPRESSEDSIZE --

0 commit comments

Comments
 (0)