Allow passing map author as an argument
This commit is contained in:
committed by
Matthias Mailänder
parent
459bbf0025
commit
6193da6899
@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||
|
||||
bool IUtilityCommand.ValidateArguments(string[] args) { return args.Length >= 2; }
|
||||
|
||||
[Desc("FILENAME", "Convert a Tiberian Sun map to the OpenRA format.")]
|
||||
[Desc("FILENAME [AUTHOR]", "Convert a Tiberian Sun map to the OpenRA format.")]
|
||||
void IUtilityCommand.Run(Utility utility, string[] args)
|
||||
{
|
||||
Run(utility, args);
|
||||
|
||||
Reference in New Issue
Block a user