aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorOren Hurvitz2013-12-01 14:35:17 +0200
committerOren Hurvitz2014-03-24 18:27:18 +0100
commit8276a9e5f7f91e6c774658228df7bf84f45fc252 (patch)
treecbe9ee87e53051da4dc628ac07f9e54b651cc197 /OpenSim/Addons
parentIf prim region crossing fails then don't delete the prim from the original re... (diff)
downloadopensim-SC_OLD-8276a9e5f7f91e6c774658228df7bf84f45fc252.zip
opensim-SC_OLD-8276a9e5f7f91e6c774658228df7bf84f45fc252.tar.gz
opensim-SC_OLD-8276a9e5f7f91e6c774658228df7bf84f45fc252.tar.bz2
opensim-SC_OLD-8276a9e5f7f91e6c774658228df7bf84f45fc252.tar.xz
Fixed Debug command for Groups. (Use of wrong capitalization caused *two* "debug" options to appear in "help")
This is a (small) part of http://opensimulator.org/mantis/view.php?id=6949
Diffstat (limited to 'OpenSim/Addons')
-rw-r--r--OpenSim/Addons/Groups/GroupsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/GroupsModule.cs b/OpenSim/Addons/Groups/GroupsModule.cs
index 7f453db..f11606a 100644
--- a/OpenSim/Addons/Groups/GroupsModule.cs
+++ b/OpenSim/Addons/Groups/GroupsModule.cs
@@ -101,7 +101,7 @@ namespace OpenSim.Groups
101 { 101 {
102 scene.RegisterModuleInterface<IGroupsModule>(this); 102 scene.RegisterModuleInterface<IGroupsModule>(this);
103 scene.AddCommand( 103 scene.AddCommand(
104 "debug", 104 "Debug",
105 this, 105 this,
106 "debug groups verbose", 106 "debug groups verbose",
107 "debug groups verbose <true|false>", 107 "debug groups verbose <true|false>",