fix lost sending of initial terrain to child agents
parent
b93412972e
commit
daf8a4d01d
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue