diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 79e603af07..be8e1d9a97 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -273,7 +273,8 @@ namespace Content.IntegrationTests.Tests private void CP14CheckOnlyForkFiltered(ResPath map, YamlNode node, IPrototypeManager protoManager) { - if (DoNotMapWhitelist.Contains(map.ToString())) + //ignore all vanilla maps + if (!map.ToString().Contains("CP14")) return; var yamlEntities = node["entities"];