aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie Thielker2010-09-02 20:08:39 +0200
committerDiva Canto2010-09-08 08:01:38 -0700
commit775ee242b7ab5582bf1934e2f3b72883c6bf250d (patch)
tree20387593c9422971cdf6a61e6feb0f5158b8e23a /OpenSim
parentShow when appearance is sent to an avatar to help track down failure (diff)
downloadopensim-SC_OLD-775ee242b7ab5582bf1934e2f3b72883c6bf250d.zip
opensim-SC_OLD-775ee242b7ab5582bf1934e2f3b72883c6bf250d.tar.gz
opensim-SC_OLD-775ee242b7ab5582bf1934e2f3b72883c6bf250d.tar.bz2
opensim-SC_OLD-775ee242b7ab5582bf1934e2f3b72883c6bf250d.tar.xz
Experimentally comment the sending of unbaked avatars
Diffstat (limited to 'OpenSim')
-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 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>