mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Add MessageTransferModule interface to all scenes, not only the first
This commit is contained in:
@@ -73,9 +73,9 @@ namespace OpenSim.Region.Environment.Modules.Avatar.InstantMessage
|
||||
if (m_Scenes.Count == 0)
|
||||
{
|
||||
scene.AddXmlRPCHandler("grid_instant_message", processXMLRPCGridInstantMessage);
|
||||
scene.RegisterModuleInterface<IMessageTransferModule>(this);
|
||||
}
|
||||
|
||||
scene.RegisterModuleInterface<IMessageTransferModule>(this);
|
||||
m_Scenes.Add(scene);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user