diff options
author | Melanie Thielker | 2010-09-02 20:08:39 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-09-02 20:08:39 +0200 |
commit | eea5d8368acb9a7934e55b6e4b6ccddb40bc5611 (patch) | |
tree | 2cb141f5d09e3ace0779095fa97df21b64736035 | |
parent | Show when appearance is sent to an avatar to help track down failure (diff) | |
download | opensim-SC_OLD-eea5d8368acb9a7934e55b6e4b6ccddb40bc5611.zip opensim-SC_OLD-eea5d8368acb9a7934e55b6e4b6ccddb40bc5611.tar.gz opensim-SC_OLD-eea5d8368acb9a7934e55b6e4b6ccddb40bc5611.tar.bz2 opensim-SC_OLD-eea5d8368acb9a7934e55b6e4b6ccddb40bc5611.tar.xz |
Experimentally comment the sending of unbaked avatars
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
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> |