Skip to content

Commit

Permalink
comment out beta code
Browse files Browse the repository at this point in the history
  • Loading branch information
RobethX committed May 15, 2018
1 parent 1b79e5d commit 32a3210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Patcher/Patcher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand All @@ -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 --
Expand Down

0 comments on commit 32a3210

Please sign in to comment.