Add back notification to neighbouring regions when RegionReadyModule is not active accidentally just removed in 528004d
parent
0fff0e1fad
commit
58aa51218e
|
@ -1454,6 +1454,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
EventManager.TriggerLoginsEnabled(this);
|
EventManager.TriggerLoginsEnabled(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_sceneGridService.InformNeighborsThatRegionisUp(
|
||||||
|
RequestModuleInterface<INeighbourService>(), RegionInfo);
|
||||||
|
|
||||||
// Region ready should always be triggered whether logins are immediately enabled or not.
|
// Region ready should always be triggered whether logins are immediately enabled or not.
|
||||||
EventManager.TriggerRegionReady(this);
|
EventManager.TriggerRegionReady(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue