mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix game file compilation
This commit is contained in:
@ -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>>(),
|
||||
|
Reference in New Issue
Block a user