aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 2acf8ff..604ffad 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2806,9 +2806,6 @@ namespace OpenSim.Region.Framework.Scenes
2806 m_controllingClient.SendAvatarDataImmediate(this); 2806 m_controllingClient.SendAvatarDataImmediate(this);
2807 2807
2808 SendInitialFullUpdateToAllClients(); 2808 SendInitialFullUpdateToAllClients();
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();
2812 } 2809 }
2813 2810
2814 /// <summary> 2811 /// <summary>