diff options
author | Melanie Thielker | 2010-09-02 20:51:27 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-09-02 20:51:27 +0200 |
commit | 5ea979d51517b11895a4c5431e3c3c02767a23ac (patch) | |
tree | 7f27df49473b0bc115e7a471990ef7f94464bfcc /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | Experimentally comment the sending of unbaked avatars (diff) | |
download | opensim-SC_OLD-5ea979d51517b11895a4c5431e3c3c02767a23ac.zip opensim-SC_OLD-5ea979d51517b11895a4c5431e3c3c02767a23ac.tar.gz opensim-SC_OLD-5ea979d51517b11895a4c5431e3c3c02767a23ac.tar.bz2 opensim-SC_OLD-5ea979d51517b11895a4c5431e3c3c02767a23ac.tar.xz |
Remove commented code and the comment, as the change has proven out
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 3 |
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> |