aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
authorMelanie Thielker2015-11-12 20:34:09 +0100
committerMelanie Thielker2015-11-12 20:34:09 +0100
commitd3911606ef7bf1335eb4ef01fc6f9d2171daf094 (patch)
tree049196cc49c77d29065c5b7005a8f5eb29eded2d /OpenSim/ApplicationPlugins
parentdont abort llDialog if buttons labels are longer than 24bytes, let udp trunca... (diff)
downloadopensim-SC_OLD-d3911606ef7bf1335eb4ef01fc6f9d2171daf094.zip
opensim-SC_OLD-d3911606ef7bf1335eb4ef01fc6f9d2171daf094.tar.gz
opensim-SC_OLD-d3911606ef7bf1335eb4ef01fc6f9d2171daf094.tar.bz2
opensim-SC_OLD-d3911606ef7bf1335eb4ef01fc6f9d2171daf094.tar.xz
Move a call to RequestModuleInterface to a new scene callback function
because the current implementation would have always returned null
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r--OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs b/OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs
index 17edb67..8f38a29 100644
--- a/OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RegionModulesController/RegionModulesControllerPlugin.cs
@@ -509,6 +509,8 @@ namespace OpenSim.ApplicationPlugins.RegionModulesController
509 { 509 {
510 module.RegionLoaded(scene); 510 module.RegionLoaded(scene);
511 } 511 }
512
513 scene.AllModulesLoaded();
512 } 514 }
513 515
514 public void RemoveRegionFromModules (Scene scene) 516 public void RemoveRegionFromModules (Scene scene)