Merge pull request #425 from erri120/vortex-fixes-240120

Disabled IncludeTaggedMods in the VortexCompiler Stack
This commit is contained in:
Timothy Baldridge 2020-01-24 09:45:05 -07:00 committed by GitHub
commit 1cbb5ecd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -469,7 +469,7 @@ namespace Wabbajack.Lib
new IgnoreGameFiles(this), new IgnoreGameFiles(this),
new DirectMatch(this), new DirectMatch(this),
new IncludeTaggedMods(this, Consts.WABBAJACK_INCLUDE), // new IncludeTaggedMods(this, Consts.WABBAJACK_INCLUDE), disabled until further refactoring
new IgnoreGameFiles(this), new IgnoreGameFiles(this),