diff --git a/Wabbajack.App.Wpf/View Models/Compilers/CompilerVM.cs b/Wabbajack.App.Wpf/View Models/Compilers/CompilerVM.cs index 68ecb31a..96b270b8 100644 --- a/Wabbajack.App.Wpf/View Models/Compilers/CompilerVM.cs +++ b/Wabbajack.App.Wpf/View Models/Compilers/CompilerVM.cs @@ -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>(),