mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
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:
parent
f4c256a1e0
commit
2883472553
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user