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
0.8.0.3
Oren Hurvitz 2013-12-01 14:35:17 +02:00
parent 6a477e044d
commit 8276a9e5f7
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ namespace OpenSim.Groups
{
scene.RegisterModuleInterface<IGroupsModule>(this);
scene.AddCommand(
"debug",
"Debug",
this,
"debug groups verbose",
"debug groups verbose <true|false>",