Replace the wrong CURRENTENGINE description by OLDENGINE
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
map.Save(package);
|
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)
|
void IUtilityCommand.Run(Utility utility, string[] args)
|
||||||
{
|
{
|
||||||
// HACK: The engine code assumes that Game.modData is set.
|
// HACK: The engine code assumes that Game.modData is set.
|
||||||
|
|||||||
@@ -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)
|
void IUtilityCommand.Run(Utility utility, string[] args)
|
||||||
{
|
{
|
||||||
// HACK: The engine code assumes that Game.modData is set.
|
// HACK: The engine code assumes that Game.modData is set.
|
||||||
|
|||||||
Reference in New Issue
Block a user