diff options
author | Oren Hurvitz | 2013-12-01 14:35:17 +0200 |
---|---|---|
committer | Oren Hurvitz | 2014-03-24 18:27:18 +0100 |
commit | 8276a9e5f7f91e6c774658228df7bf84f45fc252 (patch) | |
tree | cbe9ee87e53051da4dc628ac07f9e54b651cc197 /OpenSim/Addons/Groups | |
parent | If prim region crossing fails then don't delete the prim from the original re... (diff) | |
download | opensim-SC-8276a9e5f7f91e6c774658228df7bf84f45fc252.zip opensim-SC-8276a9e5f7f91e6c774658228df7bf84f45fc252.tar.gz opensim-SC-8276a9e5f7f91e6c774658228df7bf84f45fc252.tar.bz2 opensim-SC-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/Groups')
-rw-r--r-- | OpenSim/Addons/Groups/GroupsModule.cs | 2 |
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>", |