* Use the commander name to register module commanders instead of providing the information twice

This commit is contained in:
Justin Clarke Casey
2009-02-05 19:54:22 +00:00
parent 65448cd02d
commit 9a666bda02
7 changed files with 31 additions and 8 deletions

View File

@@ -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()