* Oops. Forgot Initialise needs tweaking between IRegionModule and ISharedRegionModule.

0.6.6-post-fixes
Adam Frisby 2009-05-28 19:03:27 +00:00
parent 561d6c1cdc
commit 4b151b83a8
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}