mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Use the commander name to register module commanders instead of providing the information twice
This commit is contained in:
@@ -237,7 +237,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
|
||||
debugCommand.AddArgument("enable_debug_perms", "true to enable debugging to console all perms", "Boolean");
|
||||
|
||||
m_commander.RegisterCommand("debug", debugCommand);
|
||||
m_scene.RegisterModuleCommander("CommanderPermissions", m_commander);
|
||||
m_scene.RegisterModuleCommander(m_commander);
|
||||
|
||||
m_scene.EventManager.OnPluginConsole += new EventManager.OnPluginConsoleDelegate(EventManager_OnPluginConsole);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user