From 36d63b04a0cb789f3cb1360b8e37ff8e2deb54e5 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Wed, 25 May 2022 15:54:46 -0600 Subject: [PATCH] Fix game file compilation --- Wabbajack.App.Wpf/View Models/Compilers/CompilerVM.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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>(),