* 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

@@ -47,7 +47,7 @@ namespace OpenSim.Region.Environment.Modules.World.Serialiser
public void Initialise(Scene scene, IConfigSource source)
{
scene.RegisterModuleCommander("Export", m_commander);
scene.RegisterModuleCommander(m_commander);
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
scene.RegisterModuleInterface<IRegionSerialiserModule>(this);