mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Removed old extension calls
This commit is contained in:
parent
a1fa2a5c6d
commit
48718cfe96
@ -52,7 +52,7 @@ namespace Wabbajack.UI
|
||||
if (!Directory.Exists(Consts.ModListDownloadFolder))
|
||||
Directory.CreateDirectory(Consts.ModListDownloadFolder);
|
||||
|
||||
string dest = Path.Combine(Consts.ModListDownloadFolder, SelectedModList.Links.MachineURL + Consts.ModlistExtension);
|
||||
string dest = Path.Combine(Consts.ModListDownloadFolder, SelectedModList.Links.MachineURL + ExtensionManager.Extension);
|
||||
|
||||
var window = new DownloadWindow(SelectedModList.Links.Download, SelectedModList.Title, dest);
|
||||
window.ShowDialog();
|
||||
|
Loading…
Reference in New Issue
Block a user