diff options
author | Kitto Flora | 2010-09-02 21:51:27 +0000 |
---|---|---|
committer | Kitto Flora | 2010-09-02 21:51:27 +0000 |
commit | 24c73aa8b2058804a6326adbd81462b5ac690609 (patch) | |
tree | 177340f497c1fbe26a606cb98a316535b0954a2e /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | Fixes to JUMP system. (diff) | |
parent | Remove commented code and the comment, as the change has proven out (diff) | |
download | opensim-SC_OLD-24c73aa8b2058804a6326adbd81462b5ac690609.zip opensim-SC_OLD-24c73aa8b2058804a6326adbd81462b5ac690609.tar.gz opensim-SC_OLD-24c73aa8b2058804a6326adbd81462b5ac690609.tar.bz2 opensim-SC_OLD-24c73aa8b2058804a6326adbd81462b5ac690609.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index f682ee5..2ed00a0 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2810,7 +2810,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2810 | m_controllingClient.SendAvatarDataImmediate(this); | 2810 | m_controllingClient.SendAvatarDataImmediate(this); |
2811 | 2811 | ||
2812 | SendInitialFullUpdateToAllClients(); | 2812 | SendInitialFullUpdateToAllClients(); |
2813 | SendAppearanceToAllOtherAgents(); | ||
2814 | } | 2813 | } |
2815 | 2814 | ||
2816 | /// <summary> | 2815 | /// <summary> |