mirror of
https://github.com/opensim/opensim.git
synced 2026-06-05 10:35:39 +08:00
* Use the commander name to register module commanders instead of providing the information twice
This commit is contained in:
@@ -62,7 +62,7 @@ namespace OpenSim.Region.Environment.Modules.Framework.InterfaceCommander
|
||||
m_commander.RegisterCommand("hello", testCommand);
|
||||
|
||||
// Register me
|
||||
m_scene.RegisterModuleCommander("commandertest", m_commander);
|
||||
m_scene.RegisterModuleCommander(m_commander);
|
||||
}
|
||||
|
||||
public void Close()
|
||||
|
||||
Reference in New Issue
Block a user