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

This commit is contained in:
Justin Clark-Casey (justincc)
2012-07-18 23:37:41 +01:00
parent 528004d349
commit 64db0bcbd2

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);
}