diff options
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 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> |