mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user