Move map upgrading to OpenRA.Utility.

This commit is contained in:
Paul Chote
2013-12-08 11:25:54 +13:00
parent 73f4f880cc
commit 250a7cb349
3 changed files with 9 additions and 27 deletions

View File

@@ -29,6 +29,7 @@ namespace OpenRA.Utility
{ "--docs", Command.ExtractTraitDocs },
{ "--map-hash", Command.GetMapHash },
{ "--minimap", Command.GenerateMinimap },
{ "--map-upgrade", Command.UpgradeMap },
};
if (args.Length == 0) { PrintUsage(); return; }