mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Add back notification to neighbouring regions when RegionReadyModule is not active accidentally just removed in 528004d
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user