diff options
author | Melanie Thielker | 2010-09-02 20:51:27 +0200 |
---|---|---|
committer | Melanie | 2010-09-02 21:02:09 +0100 |
commit | 1c8bc9b7b6a62b38d9378ec08853ab2237c7a53a (patch) | |
tree | fa422415fa227dbd58fecd9d439c2979840d1a01 /OpenSim/Region | |
parent | Experimentally comment the sending of unbaked avatars (diff) | |
download | opensim-SC_OLD-1c8bc9b7b6a62b38d9378ec08853ab2237c7a53a.zip opensim-SC_OLD-1c8bc9b7b6a62b38d9378ec08853ab2237c7a53a.tar.gz opensim-SC_OLD-1c8bc9b7b6a62b38d9378ec08853ab2237c7a53a.tar.bz2 opensim-SC_OLD-1c8bc9b7b6a62b38d9378ec08853ab2237c7a53a.tar.xz |
Remove commented code and the comment, as the change has proven out
Diffstat (limited to 'OpenSim/Region')
-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 facbc97..cc9355e 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2464,9 +2464,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2464 | m_controllingClient.SendAvatarDataImmediate(this); | 2464 | m_controllingClient.SendAvatarDataImmediate(this); |
2465 | 2465 | ||
2466 | SendInitialFullUpdateToAllClients(); | 2466 | SendInitialFullUpdateToAllClients(); |
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(); | ||
2470 | } | 2467 | } |
2471 | 2468 | ||
2472 | /// <summary> | 2469 | /// <summary> |