Replace the wrong CURRENTENGINE description by OLDENGINE

This commit is contained in:
abcdefg30
2017-06-21 00:50:30 +02:00
committed by reaperrr
parent 118039ded3
commit 1760a12428
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
map.Save(package);
}
[Desc("MAP", "CURRENTENGINE", "Upgrade map rules to the latest engine version.")]
[Desc("MAP", "OLDENGINE", "Upgrade map rules to the latest engine version.")]
void IUtilityCommand.Run(Utility utility, string[] args)
{
// HACK: The engine code assumes that Game.modData is set.

View File

@@ -52,7 +52,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
}
}
[Desc("CURRENTENGINE", "Upgrade mod rules to the latest engine version.")]
[Desc("OLDENGINE", "Upgrade mod rules to the latest engine version.")]
void IUtilityCommand.Run(Utility utility, string[] args)
{
// HACK: The engine code assumes that Game.modData is set.