diff options
author | Justin Clark-Casey (justincc) | 2012-03-08 02:17:45 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-08 02:17:45 +0000 |
commit | 650d761c06149b59148e57e90cb47dcfa8d65f6a (patch) | |
tree | f4624d2146a638187cbaa2d11d4b83d0e319ec87 /OpenSim/Region/Framework | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-650d761c06149b59148e57e90cb47dcfa8d65f6a.zip opensim-SC_OLD-650d761c06149b59148e57e90cb47dcfa8d65f6a.tar.gz opensim-SC_OLD-650d761c06149b59148e57e90cb47dcfa8d65f6a.tar.bz2 opensim-SC_OLD-650d761c06149b59148e57e90cb47dcfa8d65f6a.tar.xz |
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
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index ecadd24..9e59d50 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -596,7 +596,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
596 | 596 | ||
597 | #endregion Region Settings | 597 | #endregion Region Settings |
598 | 598 | ||
599 | MainConsole.Instance.Commands.AddCommand("estate", false, "reload estate", | 599 | MainConsole.Instance.Commands.AddCommand("Estates", false, "reload estate", |
600 | "reload estate", | 600 | "reload estate", |
601 | "Reload the estate data", HandleReloadEstate); | 601 | "Reload the estate data", HandleReloadEstate); |
602 | 602 | ||