mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
WABBAJACK_ALWAYS_DISABLE tag inferring #2181
This commit is contained in:
parent
3eb6b8c20b
commit
febcc340d8
@ -127,7 +127,9 @@ public class CompilerSettingsInferencer
|
|||||||
cs.Include = cs.Include.Append(modFolder.RelativeTo(mo2Folder)).ToArray();
|
cs.Include = cs.Include.Append(modFolder.RelativeTo(mo2Folder)).ToArray();
|
||||||
|
|
||||||
if ((generalModData["notes"]?.Contains(Consts.WABBAJACK_IGNORE) ?? false) ||
|
if ((generalModData["notes"]?.Contains(Consts.WABBAJACK_IGNORE) ?? false) ||
|
||||||
(generalModData["comments"]?.Contains(Consts.WABBAJACK_IGNORE) ?? false))
|
(generalModData["comments"]?.Contains(Consts.WABBAJACK_IGNORE) ?? false) ||
|
||||||
|
(generalModData["notes"]?.Contains(Consts.WABBAJACK_ALWAYS_DISABLE) ?? false) ||
|
||||||
|
(generalModData["comments"]?.Contains(Consts.WABBAJACK_ALWAYS_DISABLE) ?? false))
|
||||||
cs.Ignore = cs.Ignore.Append(modFolder.RelativeTo(mo2Folder)).ToArray();
|
cs.Ignore = cs.Ignore.Append(modFolder.RelativeTo(mo2Folder)).ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user