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

0.7.4.1
Justin Clark-Casey (justincc) 2012-07-18 23:37:41 +01:00
parent 528004d349
commit 64db0bcbd2
1 changed files with 3 additions and 0 deletions

View File

@ -1496,6 +1496,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);
}