Only lint system maps

This commit is contained in:
abcdefg30
2017-10-08 19:08:30 +02:00
committed by Paul Chote
parent 5fdb828b60
commit 0727f7e9ff

View File

@@ -77,8 +77,8 @@ namespace OpenRA.Mods.Common.UtilityCommands
}
}
// Use all maps for lint checking
maps = modData.MapCache.EnumerateMapsWithoutCaching(MapClassification.System | MapClassification.User).ToList();
// Use all system maps for lint checking
maps = modData.MapCache.EnumerateMapsWithoutCaching().ToList();
}
else
maps.Add(new Map(modData, new Folder(".").OpenPackage(args[1], modData.ModFiles)));