load maps only from MapFolders defined separately in mod.yaml
This commit is contained in:
@@ -149,7 +149,7 @@ namespace OpenRA
|
||||
|
||||
Dictionary<string, Map> FindMaps()
|
||||
{
|
||||
var paths = Manifest.Folders.SelectMany(f => FindMapsIn(f));
|
||||
var paths = Manifest.MapFolders.SelectMany(f => FindMapsIn(f));
|
||||
|
||||
var ret = new Dictionary<string, Map>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user