mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Improve some of the debug help messages
This commit is contained in:
@@ -218,9 +218,8 @@ namespace OpenSim.Region.CoreModules.World.Permissions
|
||||
|
||||
m_scene.AddCommand(this, "debug permissions",
|
||||
"debug permissions <true / false>",
|
||||
"Enable permissions debugging",
|
||||
HandleDebugPermissions);
|
||||
|
||||
"Turn on permissions debugging",
|
||||
HandleDebugPermissions);
|
||||
|
||||
string grant = myConfig.GetString("GrantLSL","");
|
||||
if (grant.Length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user