use AvatarFactory

master
Christopher 2020-07-10 19:41:15 +02:00
parent eff1694e40
commit 74c252a4aa
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace OpenSim.Modules.Appearance2Avatar
//Send Update //Send Update
m_log.Info("[" + Name + "] Info: Send update to all clients"); m_log.Info("[" + Name + "] Info: Send update to all clients");
foreach (ScenePresence presens in m_scene.GetScenePresences()) foreach (ScenePresence presens in m_scene.GetScenePresences())
presens.ControllingClient.SendAppearance(presens.UUID, sp.Appearance.VisualParams, sp.Appearance.Texture.GetBakesBytes(), sp.Appearance.AvatarPreferencesHoverZ); m_scene.AvatarFactory.SendAppearance(presens.UUID);
} }
} }
else else