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

invisible attachments again but could help the appearance issues.
avinationmerge
Melanie 2012-02-24 19:31:27 +01:00
parent 95f43ab73e
commit 991826ca76
1 changed files with 2 additions and 1 deletions

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)