mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Default MO2 Installation/Download location from settings is only applied if the ModManager is MO2
This commit is contained in:
parent
96bedd3ada
commit
4203e394aa
@ -186,6 +186,8 @@ namespace Wabbajack
|
||||
}
|
||||
else
|
||||
{
|
||||
Location = settings.InstallationLocation;
|
||||
DownloadLocation = settings.DownloadLocation;
|
||||
IsMO2ModList = true;
|
||||
}
|
||||
return new ModListVM(modList, modListPath);
|
||||
|
Loading…
Reference in New Issue
Block a user