aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-03 21:14:23 +0100
committerJustin Clark-Casey (justincc)2010-09-03 21:14:23 +0100
commit71c0fc10df085921ef92287c754a5bffe40ddc05 (patch)
tree51ddd9b1a4531215d9ad813b323bbbed8a1c8acd /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentllRot2Euler Tests (diff)
parentLast+2 tweak (diff)
downloadopensim-SC_OLD-71c0fc10df085921ef92287c754a5bffe40ddc05.zip
opensim-SC_OLD-71c0fc10df085921ef92287c754a5bffe40ddc05.tar.gz
opensim-SC_OLD-71c0fc10df085921ef92287c754a5bffe40ddc05.tar.bz2
opensim-SC_OLD-71c0fc10df085921ef92287c754a5bffe40ddc05.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 339d0c4..cc9355e 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2464,7 +2464,6 @@ namespace OpenSim.Region.Framework.Scenes
2464 m_controllingClient.SendAvatarDataImmediate(this); 2464 m_controllingClient.SendAvatarDataImmediate(this);
2465 2465
2466 SendInitialFullUpdateToAllClients(); 2466 SendInitialFullUpdateToAllClients();
2467 SendAppearanceToAllOtherAgents();
2468 } 2467 }
2469 2468
2470 /// <summary> 2469 /// <summary>