mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
InstallerVM will switch between ModList.ModManager
This commit is contained in:
parent
263802c304
commit
d65085e1ab
@ -291,7 +291,7 @@ namespace Wabbajack
|
||||
{
|
||||
Installing = true;
|
||||
InstallingMode = true;
|
||||
if (true)
|
||||
if (ModList.ModManager == ModManager.Vortex)
|
||||
{
|
||||
var installer = new VortexInstaller(ModListPath, ModList.SourceModList);
|
||||
var th = new Thread(() =>
|
||||
|
Loading…
Reference in New Issue
Block a user