send inital data
parent
7aa8d37ce0
commit
1cd543936c
|
@ -103,6 +103,8 @@ namespace OpenSim.Modules.Appearance2Avatar
|
||||||
|
|
||||||
|
|
||||||
m_log.Info("[" + Name + "] Info: Send update to all clients");
|
m_log.Info("[" + Name + "] Info: Send update to all clients");
|
||||||
|
|
||||||
|
sp.SendInitialAvatarDataToAgent(sp);
|
||||||
sp.SendAvatarDataToAllAgents();
|
sp.SendAvatarDataToAllAgents();
|
||||||
sp.SendAppearanceToAgent(sp);
|
sp.SendAppearanceToAgent(sp);
|
||||||
sp.SendAppearanceToAllOtherAgents();
|
sp.SendAppearanceToAllOtherAgents();
|
||||||
|
|
Loading…
Reference in New Issue