mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Put all debug console commands into a single Debug section rather than scattering them over other categories
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user