diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index d47b1ab..b74c0ba 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -568,7 +568,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
568 | // "[ATTACHMENTS MODULE]: Killing private HUD {0} for avatars other than {1} at attachment point {2}", | 568 | // "[ATTACHMENTS MODULE]: Killing private HUD {0} for avatars other than {1} at attachment point {2}", |
569 | // so.Name, sp.Name, so.AttachmentPoint); | 569 | // so.Name, sp.Name, so.AttachmentPoint); |
570 | 570 | ||
571 | // Remove the client from everyone in the | 571 | // As this scene object can now only be seen by the attaching avatar, tell everybody else in the |
572 | // scene that it's no longer in their awareness. | ||
572 | m_scene.ForEachClient( | 573 | m_scene.ForEachClient( |
573 | client => | 574 | client => |
574 | { if (client.AgentId != so.AttachedAvatar) | 575 | { if (client.AgentId != so.AttachedAvatar) |