Experimentally comment the sending of unbaked avatars
parent
f2cbd8c5f5
commit
775ee242b7
|
@ -2465,7 +2465,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_controllingClient.SendAvatarDataImmediate(this);
|
m_controllingClient.SendAvatarDataImmediate(this);
|
||||||
|
|
||||||
SendInitialFullUpdateToAllClients();
|
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>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue