Enable minimap toggling via the DisableShroud dev command

This commit is contained in:
penev92
2015-04-10 09:42:07 +03:00
parent 87b7cc4527
commit e3012ae505
2 changed files with 4 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenRA.Mods.Common.Commands
help.RegisterHelp(name, helpText);
};
register("disableshroud", "toggles shroud.");
register("disableshroud", "toggles shroud and minimap.");
register("givecash", "gives the default or specified amount of money.");
register("givecashall", "gives the default or specified amount of money to all players and ai.");
register("instantbuild", "toggles instant building.");