diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-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 fb2d29b..4fa95fd 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -5984,7 +5984,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
5984 | List<uint> ids = new List<uint>(m_attachments.Count + 1); | 5984 | List<uint> ids = new List<uint>(m_attachments.Count + 1); |
5985 | foreach (SceneObjectGroup sog in m_attachments) | 5985 | foreach (SceneObjectGroup sog in m_attachments) |
5986 | { | 5986 | { |
5987 | p.ControllingClient.SendPartFullUpdate(sog.RootPart, LocalId + 1); | ||
5988 | ids.Add(sog.RootPart.LocalId); | 5987 | ids.Add(sog.RootPart.LocalId); |
5989 | } | 5988 | } |
5990 | 5989 | ||