fix lost sending of initial terrain to child agents

avinationmerge
UbitUmarov 2015-09-10 01:02:52 +01:00
parent b93412972e
commit daf8a4d01d
1 changed files with 2 additions and 0 deletions

View File

@ -3601,6 +3601,8 @@ namespace OpenSim.Region.Framework.Scenes
// Note: This won't send data *to* other clients in that region (children don't send)
if (m_teleportFlags <= 0)
{
Scene.SendLayerData(ControllingClient);
ILandChannel landch = m_scene.LandChannel;
if (landch != null)
{