Skip to content

Commit

Permalink
forgot to remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeMC committed Feb 6, 2025
1 parent 1e973cb commit 3575f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GTAIVDowngradeUtility/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,6 @@ private async void downgrade_Click(object sender, RoutedEventArgs e)
if (patch8click.IsChecked == true)
{
Logger.Debug(" Copying 1.0.8.0 GTAIV.exe...");
if (gtaccheckbox.IsChecked == true) { File.Copy("Files\\1080\\GTAIV.exe", $"{directory}\\Retail\\GTAIV.exe", true); }
File.Copy("Files\\1080\\GTAIV.exe", $"{directory}\\GTAIV.exe", true);
Logger.Debug(" Copied 1.0.8.0 GTAIV.exe.");
}
Expand Down

0 comments on commit 3575f3d

Please sign in to comment.