Display help commander topics in capitalized form - the commands themselves are still lowercase.

Also convert the estate commands to simply AddCommand() calls so that commands from two different modules can be placed in the same category
This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-08 02:17:45 +00:00
parent 430304c176
commit 650d761c06
3 changed files with 14 additions and 45 deletions

View File

@@ -596,7 +596,7 @@ namespace OpenSim.Region.Framework.Scenes
#endregion Region Settings
MainConsole.Instance.Commands.AddCommand("estate", false, "reload estate",
MainConsole.Instance.Commands.AddCommand("Estates", false, "reload estate",
"reload estate",
"Reload the estate data", HandleReloadEstate);