Merge pull request #193 from tr4wzified/zEditfix

Change general _mo2Compiler back to installer to fix merges
This commit is contained in:
Timothy Baldridge 2019-11-19 07:21:19 -07:00 committed by GitHub
commit c93b039912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ namespace Wabbajack.Lib
installer.ModList
.Directives
.OfType<MergedPatch>()
.PMap(_mo2Compiler.Queue, m =>
.PMap(installer.Queue, m =>
{
Utils.LogStatus($"Generating zEdit merge: {m.To}");