aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index cd80eb0..2acf8ff 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2806,7 +2806,9 @@ namespace OpenSim.Region.Framework.Scenes
2806 m_controllingClient.SendAvatarDataImmediate(this); 2806 m_controllingClient.SendAvatarDataImmediate(this);
2807 2807
2808 SendInitialFullUpdateToAllClients(); 2808 SendInitialFullUpdateToAllClients();
2809 SendAppearanceToAllOtherAgents(); 2809 // Experimentally commenting this. We don't have bakes at this time
2810 // and 1.23 will not display an avatar without bakes.
2811 //SendAppearanceToAllOtherAgents();
2810 } 2812 }
2811 2813
2812 /// <summary> 2814 /// <summary>