diff options
author | Melanie Thielker | 2010-09-02 20:51:27 +0200 |
---|---|---|
committer | Diva Canto | 2010-09-08 08:01:52 -0700 |
commit | 37f354fea63d36b695abbf807d9b876ec6190d40 (patch) | |
tree | 3c11b7e0b2cc067b54e4248e2b8c1b1caae832fc | |
parent | Experimentally comment the sending of unbaked avatars (diff) | |
download | opensim-SC_OLD-37f354fea63d36b695abbf807d9b876ec6190d40.zip opensim-SC_OLD-37f354fea63d36b695abbf807d9b876ec6190d40.tar.gz opensim-SC_OLD-37f354fea63d36b695abbf807d9b876ec6190d40.tar.bz2 opensim-SC_OLD-37f354fea63d36b695abbf807d9b876ec6190d40.tar.xz |
Remove commented code and the comment, as the change has proven out
-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 7638cc6..e3051e0 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2465,9 +2465,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2465 | m_controllingClient.SendAvatarDataImmediate(this); | 2465 | m_controllingClient.SendAvatarDataImmediate(this); |
2466 | 2466 | ||
2467 | SendInitialFullUpdateToAllClients(); | 2467 | SendInitialFullUpdateToAllClients(); |
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(); | ||
2471 | } | 2468 | } |
2472 | 2469 | ||
2473 | /// <summary> | 2470 | /// <summary> |