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