Disabled IncludeTaggedMods in the VortexCompiler Stack

IncludeTaggedMods is currently only made for the MO2Compiler
and will try to cast ACompiler to MO2Compiler.
This commit is contained in:
erri120 2020-01-24 11:52:45 +01:00
parent f4c256a1e0
commit 2883472553
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

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