diff options
author | Justin Clark-Casey (justincc) | 2012-07-18 23:37:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-18 23:40:00 +0100 |
commit | 64db0bcbd20ce7487a5f7751ba65d0e2f90b0704 (patch) | |
tree | 12af0c7f1f66ae63ecea2defa854e3736e9e5182 /OpenSim | |
parent | Perform other region ready actions even if simulator is configured to leave l... (diff) | |
download | opensim-SC_OLD-64db0bcbd20ce7487a5f7751ba65d0e2f90b0704.zip opensim-SC_OLD-64db0bcbd20ce7487a5f7751ba65d0e2f90b0704.tar.gz opensim-SC_OLD-64db0bcbd20ce7487a5f7751ba65d0e2f90b0704.tar.bz2 opensim-SC_OLD-64db0bcbd20ce7487a5f7751ba65d0e2f90b0704.tar.xz |
Add back notification to neighbouring regions when RegionReadyModule is not active accidentally just removed in 528004d
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 00aa0ea..d4ccd41 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1496,6 +1496,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
1496 | EventManager.TriggerLoginsEnabled(this); | 1496 | EventManager.TriggerLoginsEnabled(this); |
1497 | } | 1497 | } |
1498 | 1498 | ||
1499 | m_sceneGridService.InformNeighborsThatRegionisUp( | ||
1500 | RequestModuleInterface<INeighbourService>(), RegionInfo); | ||
1501 | |||
1499 | // Region ready should always be triggered whether logins are immediately enabled or not. | 1502 | // Region ready should always be triggered whether logins are immediately enabled or not. |
1500 | EventManager.TriggerRegionReady(this); | 1503 | EventManager.TriggerRegionReady(this); |
1501 | } | 1504 | } |