send inital data

master
Christopher 2020-07-10 18:44:25 +02:00
parent 7aa8d37ce0
commit 1cd543936c
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ namespace OpenSim.Modules.Appearance2Avatar
m_log.Info("[" + Name + "] Info: Send update to all clients");
sp.SendInitialAvatarDataToAgent(sp);
sp.SendAvatarDataToAllAgents();
sp.SendAppearanceToAgent(sp);
sp.SendAppearanceToAllOtherAgents();