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;
m_log.Info("[" + Name + "] Info: Send update to clients");
sp.TriggerScenePresenceUpdated();
sp.SendAvatarDataToAllAgents();
m_scene.ForEachClient(
client =>
{
sp.SendFullUpdateToClient(client);
});
sp.SendAppearanceToAgent(sp);
sp.SendAppearanceToAllOtherAgents();
}
}
else