diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 5c94fba..db81fea 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -3747,7 +3747,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3747 | if (!m_scene.TryGetScenePresence(part.OwnerID, out sp)) | 3747 | if (!m_scene.TryGetScenePresence(part.OwnerID, out sp)) |
3748 | continue; | 3748 | continue; |
3749 | 3749 | ||
3750 | List<SceneObjectGroup> atts = sp.Attachments; | 3750 | List<SceneObjectGroup> atts = sp.GetAttachments(); |
3751 | bool found = false; | 3751 | bool found = false; |
3752 | foreach (SceneObjectGroup att in atts) | 3752 | foreach (SceneObjectGroup att in atts) |
3753 | { | 3753 | { |