send to all

master
Christopher 2020-07-10 18:34:29 +02:00
parent cdf094ebec
commit e5483e62ba
1 changed files with 2 additions and 6 deletions

View File

@ -104,13 +104,9 @@ namespace OpenSim.Modules.Appearance2Avatar
sp.Appearance = appearance; sp.Appearance = appearance;
m_log.Info("[" + Name + "] Info: Send update to clients"); m_log.Info("[" + Name + "] Info: Send update to clients");
sp.TriggerScenePresenceUpdated();
sp.SendAvatarDataToAllAgents(); sp.SendAvatarDataToAllAgents();
m_scene.ForEachClient( sp.SendAppearanceToAgent(sp);
client => sp.SendAppearanceToAllOtherAgents();
{
sp.SendFullUpdateToClient(client);
});
} }
} }
else else