diff options
author | ubit | 2013-01-17 04:32:39 +0100 |
---|---|---|
committer | ubit | 2013-01-17 04:32:39 +0100 |
commit | 63e9b2d330decefa80acb05e43c48c5cc1b23cb6 (patch) | |
tree | a77cec98ac77c507e1109d89e66374ec8be2c826 /OpenSim/Region | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | revert the test, sending again appearance to self in (diff) | |
download | opensim-SC-63e9b2d330decefa80acb05e43c48c5cc1b23cb6.zip opensim-SC-63e9b2d330decefa80acb05e43c48c5cc1b23cb6.tar.gz opensim-SC-63e9b2d330decefa80acb05e43c48c5cc1b23cb6.tar.bz2 opensim-SC-63e9b2d330decefa80acb05e43c48c5cc1b23cb6.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index a5c19c3..a9195f7 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2707,7 +2707,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2707 | // again here... this comes after the cached appearance check because the avatars | 2707 | // again here... this comes after the cached appearance check because the avatars |
2708 | // appearance goes into the avatar update packet | 2708 | // appearance goes into the avatar update packet |
2709 | SendAvatarDataToAllAgents(); | 2709 | SendAvatarDataToAllAgents(); |
2710 | // SendAppearanceToAgent(this); | 2710 | SendAppearanceToAgent(this); |
2711 | 2711 | ||
2712 | // If we are using the the cached appearance then send it out to everyone | 2712 | // If we are using the the cached appearance then send it out to everyone |
2713 | if (cachedappearance) | 2713 | if (cachedappearance) |