Put all debug console commands into a single Debug section rather than scattering them over other categories

This commit is contained in:
Justin Clark-Casey (justincc)
2012-06-15 03:32:43 +01:00
parent 94517c8d5c
commit c935f03467
4 changed files with 6 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ namespace OpenSim.Region.CoreModules.World.Permissions
"Force permissions on or off",
HandleForcePermissions);
m_scene.AddCommand("Users", this, "debug permissions",
m_scene.AddCommand("Debug", this, "debug permissions",
"debug permissions <true / false>",
"Turn on permissions debugging",
HandleDebugPermissions);