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
This commit is contained in:
Oren Hurvitz
2013-12-01 14:35:17 +02:00
parent 6a477e044d
commit 8276a9e5f7

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>",