* Oops. Forgot Initialise needs tweaking between IRegionModule and ISharedRegionModule.
parent
561d6c1cdc
commit
4b151b83a8
|
@ -70,6 +70,8 @@ namespace OpenSim.Region.CoreModules.InterGrid
|
|||
|
||||
public void Initialise(Scene scene, IConfigSource source)
|
||||
{
|
||||
m_settings = source;
|
||||
|
||||
lock (m_scenes)
|
||||
m_scenes.Add(scene);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue