mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge branch 'main' into install-webview
This commit is contained in:
commit
be6be8dadb
@ -127,7 +127,9 @@ public class CompilerSettingsInferencer
|
||||
cs.Include = cs.Include.Append(modFolder.RelativeTo(mo2Folder)).ToArray();
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user