aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorubit2013-01-17 03:45:25 +0100
committerubit2013-01-17 03:45:25 +0100
commit3b1e4541fb5ededb5db2262b7db1b3d7a6bcab82 (patch)
tree616e86a071ab48580a461980dc1b868bf6d3a8ad
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parent*TEST TEST TEST* don't send AvatarAppearance to self (diff)
downloadopensim-SC_OLD-3b1e4541fb5ededb5db2262b7db1b3d7a6bcab82.zip
opensim-SC_OLD-3b1e4541fb5ededb5db2262b7db1b3d7a6bcab82.tar.gz
opensim-SC_OLD-3b1e4541fb5ededb5db2262b7db1b3d7a6bcab82.tar.bz2
opensim-SC_OLD-3b1e4541fb5ededb5db2262b7db1b3d7a6bcab82.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index a9195f7..a5c19c3 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)