Default MO2 Installation/Download location from settings is only applied if the ModManager is MO2

This commit is contained in:
erri120 2019-11-11 13:12:04 +01:00 committed by Timothy Baldridge
parent 96bedd3ada
commit 4203e394aa

View File

@ -186,6 +186,8 @@ namespace Wabbajack
} }
else else
{ {
Location = settings.InstallationLocation;
DownloadLocation = settings.DownloadLocation;
IsMO2ModList = true; IsMO2ModList = true;
} }
return new ModListVM(modList, modListPath); return new ModListVM(modList, modListPath);