Experimentally comment the sending of unbaked avatars

This commit is contained in:
Melanie Thielker
2010-09-02 20:08:39 +02:00
committed by Melanie
parent ed72396d9b
commit 7720419fc7

View File

@@ -2464,7 +2464,9 @@ namespace OpenSim.Region.Framework.Scenes
m_controllingClient.SendAvatarDataImmediate(this);
SendInitialFullUpdateToAllClients();
SendAppearanceToAllOtherAgents();
// Experimentally commenting this. We don't have bakes at this time
// and 1.23 will not display an avatar without bakes.
//SendAppearanceToAllOtherAgents();
}
/// <summary>