Log which maps are processed by UpgradeModCommand
Upgrading the maps can take quite some time, and at the moment you are left without information if something is happening.
This commit is contained in:
@@ -81,6 +81,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Console.WriteLine(map.Package.Name);
|
||||||
UpgradeMapCommand.UpgradeMap(modData, (IReadWritePackage)map.Package, engineDate);
|
UpgradeMapCommand.UpgradeMap(modData, (IReadWritePackage)map.Package, engineDate);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|||||||
Reference in New Issue
Block a user