diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index fd58244..7638cc6 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2465,7 +2465,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
2465 | m_controllingClient.SendAvatarDataImmediate(this); | 2465 | m_controllingClient.SendAvatarDataImmediate(this); |
2466 | 2466 | ||
2467 | SendInitialFullUpdateToAllClients(); | 2467 | SendInitialFullUpdateToAllClients(); |
2468 | SendAppearanceToAllOtherAgents(); | 2468 | // Experimentally commenting this. We don't have bakes at this time |
2469 | // and 1.23 will not display an avatar without bakes. | ||
2470 | //SendAppearanceToAllOtherAgents(); | ||
2469 | } | 2471 | } |
2470 | 2472 | ||
2471 | /// <summary> | 2473 | /// <summary> |