aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 526fab3..6f02475 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2530,10 +2530,7 @@ namespace OpenSim.Region.Framework.Scenes
2530 // again here... this comes after the cached appearance check because the avatars 2530 // again here... this comes after the cached appearance check because the avatars
2531 // appearance goes into the avatar update packet 2531 // appearance goes into the avatar update packet
2532 SendAvatarDataToAllAgents(); 2532 SendAvatarDataToAllAgents();
2533 2533 SendAppearanceToAgent(this);
2534 // Sending us our own appearance does not seem to be necessary, and the viewer warns in the log if you do
2535 // this.
2536// SendAppearanceToAgent(this);
2537 2534
2538 // If we are using the the cached appearance then send it out to everyone 2535 // If we are using the the cached appearance then send it out to everyone
2539 if (cachedappearance) 2536 if (cachedappearance)