Only consider system maps in the mission browser
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user