Try not to send the avatar updates on login. This may mean loggin in with

invisible attachments again but could help the appearance issues.
This commit is contained in:
Melanie
2012-02-24 19:31:27 +01:00
parent 95f43ab73e
commit 991826ca76

View File

@@ -1000,7 +1000,8 @@ namespace OpenSim.Region.Framework.Scenes
}
}
SendAvatarDataToAllAgents();
if (wasChild)
SendAvatarDataToAllAgents();
// send the animations of the other presences to me
m_scene.ForEachRootScenePresence(delegate(ScenePresence presence)