diff options
-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 9e9089b..e1a8941 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2711,7 +2711,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
2711 | // again here... this comes after the cached appearance check because the avatars | 2711 | // again here... this comes after the cached appearance check because the avatars |
2712 | // appearance goes into the avatar update packet | 2712 | // appearance goes into the avatar update packet |
2713 | SendAvatarDataToAllAgents(); | 2713 | SendAvatarDataToAllAgents(); |
2714 | SendAppearanceToAgent(this); | 2714 | |
2715 | // This invocation always shows up in the viewer logs as an error. | ||
2716 | // SendAppearanceToAgent(this); | ||
2715 | 2717 | ||
2716 | // If we are using the the cached appearance then send it out to everyone | 2718 | // If we are using the the cached appearance then send it out to everyone |
2717 | if (cachedappearance) | 2719 | if (cachedappearance) |