mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user