aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie Thielker2010-09-02 20:08:39 +0200
committerMelanie2010-09-02 20:17:49 +0100
commit7720419fc7e74758125dc401eb3258ba5bd9b4f8 (patch)
treef217bc3598cf1380d3c1690b6b41bf7c719cee1b /OpenSim
parentShow when appearance is sent to an avatar to help track down failure (diff)
downloadopensim-SC_OLD-7720419fc7e74758125dc401eb3258ba5bd9b4f8.zip
opensim-SC_OLD-7720419fc7e74758125dc401eb3258ba5bd9b4f8.tar.gz
opensim-SC_OLD-7720419fc7e74758125dc401eb3258ba5bd9b4f8.tar.bz2
opensim-SC_OLD-7720419fc7e74758125dc401eb3258ba5bd9b4f8.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 339d0c4..facbc97 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2464,7 +2464,9 @@ namespace OpenSim.Region.Framework.Scenes
2464 m_controllingClient.SendAvatarDataImmediate(this); 2464 m_controllingClient.SendAvatarDataImmediate(this);
2465 2465
2466 SendInitialFullUpdateToAllClients(); 2466 SendInitialFullUpdateToAllClients();
2467 SendAppearanceToAllOtherAgents(); 2467 // Experimentally commenting this. We don't have bakes at this time
2468 // and 1.23 will not display an avatar without bakes.
2469 //SendAppearanceToAllOtherAgents();
2468 } 2470 }
2469 2471
2470 /// <summary> 2472 /// <summary>