Move a call to RequestModuleInterface to a new scene callback function

because the current implementation would have always returned null
This commit is contained in:
Melanie Thielker
2015-11-12 20:34:09 +01:00
parent 649a3fc39c
commit d3911606ef
2 changed files with 11 additions and 1 deletions

View File

@@ -509,6 +509,8 @@ namespace OpenSim.ApplicationPlugins.RegionModulesController
{
module.RegionLoaded(scene);
}
scene.AllModulesLoaded();
}
public void RemoveRegionFromModules (Scene scene)