send to all
parent
cdf094ebec
commit
e5483e62ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue