Fix game file compilation

This commit is contained in:
Timothy Baldridge
2022-05-25 15:54:46 -06:00
parent 695e7ede8b
commit 36d63b04a0

View File

@ -203,7 +203,8 @@ namespace Wabbajack
OutputFile = OutputLocation.TargetPath,
Profile = SelectedProfile,
OtherProfiles = OtherProfiles,
AlwaysEnabled = AlwaysEnabled
AlwaysEnabled = AlwaysEnabled,
UseGamePaths = true
};
var compiler = new MO2Compiler(_serviceProvider.GetRequiredService<ILogger<MO2Compiler>>(),