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
parent
95f43ab73e
commit
991826ca76
|
@ -1000,7 +1000,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SendAvatarDataToAllAgents();
|
if (wasChild)
|
||||||
|
SendAvatarDataToAllAgents();
|
||||||
|
|
||||||
// send the animations of the other presences to me
|
// send the animations of the other presences to me
|
||||||
m_scene.ForEachRootScenePresence(delegate(ScenePresence presence)
|
m_scene.ForEachRootScenePresence(delegate(ScenePresence presence)
|
||||||
|
|
Loading…
Reference in New Issue