Remove map loading shim.
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
.Select(m => new Map(modData, m.Package)));
|
||||
}
|
||||
else
|
||||
maps.Add(new Map(args[1]));
|
||||
maps.Add(new Map(modData, modData.ModFiles.OpenPackage(args[1])));
|
||||
|
||||
foreach (var testMap in maps)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user