Only consider system maps in the mission browser

This commit is contained in:
abcdefg30
2019-01-08 17:50:52 +01:00
committed by Paul Chote
parent 717b483ce7
commit e08b75c2ad

View File

@@ -107,7 +107,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
var missionMapPaths = kv.Value.Nodes.Select(n => n.Key).ToList();
var previews = modData.MapCache
.Where(p => p.Status == MapStatus.Available)
.Where(p => p.Class == MapClassification.System && p.Status == MapStatus.Available)
.Select(p => new
{
Preview = p,