correct wrong incomplete comment from previous commit 3c3ea19 in AttachmentsModule

0.7.3-extended
Justin Clark-Casey (justincc) 2012-06-14 02:30:40 +01:00
parent f248f8bf31
commit 10ed7e3bbc
1 changed files with 2 additions and 1 deletions

View File

@ -568,7 +568,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
// "[ATTACHMENTS MODULE]: Killing private HUD {0} for avatars other than {1} at attachment point {2}",
// so.Name, sp.Name, so.AttachmentPoint);
// Remove the client from everyone in the
// As this scene object can now only be seen by the attaching avatar, tell everybody else in the
// scene that it's no longer in their awareness.
m_scene.ForEachClient(
client =>
{ if (client.AgentId != so.AttachedAvatar)