Add back notification to neighbouring regions when RegionReadyModule is not active accidentally just removed in 528004d

0.7.3-extended
Justin Clark-Casey (justincc) 2012-07-18 23:37:41 +01:00
parent 0fff0e1fad
commit 58aa51218e
1 changed files with 3 additions and 0 deletions

View File

@ -1454,6 +1454,9 @@ namespace OpenSim.Region.Framework.Scenes
EventManager.TriggerLoginsEnabled(this);
}
m_sceneGridService.InformNeighborsThatRegionisUp(
RequestModuleInterface<INeighbourService>(), RegionInfo);
// Region ready should always be triggered whether logins are immediately enabled or not.
EventManager.TriggerRegionReady(this);
}