diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 26fa6c0..01053bf 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1000,7 +1000,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1000 | } | 1000 | } |
1001 | } | 1001 | } |
1002 | 1002 | ||
1003 | SendAvatarDataToAllAgents(); | 1003 | if (wasChild) |
1004 | SendAvatarDataToAllAgents(); | ||
1004 | 1005 | ||
1005 | // send the animations of the other presences to me | 1006 | // send the animations of the other presences to me |
1006 | m_scene.ForEachRootScenePresence(delegate(ScenePresence presence) | 1007 | m_scene.ForEachRootScenePresence(delegate(ScenePresence presence) |