Skip to content

Commit

Permalink
Quick fix for addon loader v1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendly0Fire committed Sep 28, 2021
1 parent 1d913e1 commit e57edc7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ private void Install()
File.Delete(loader_d3d9_destination);

ZipFile.ExtractToDirectory(fileName, loader_game_path);
File.Copy(loader_self_destination, loader_d3d9_destination);

_configurationManager.UserConfig.LoaderVersion = latestLoaderVersion;
_configurationManager.SaveConfiguration();
Expand Down

0 comments on commit e57edc7

Please sign in to comment.