mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
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:
@@ -509,6 +509,8 @@ namespace OpenSim.ApplicationPlugins.RegionModulesController
|
||||
{
|
||||
module.RegionLoaded(scene);
|
||||
}
|
||||
|
||||
scene.AllModulesLoaded();
|
||||
}
|
||||
|
||||
public void RemoveRegionFromModules (Scene scene)
|
||||
|
||||
Reference in New Issue
Block a user