correct wrong incomplete comment from previous commit 3c3ea19
in AttachmentsModule
parent
f248f8bf31
commit
10ed7e3bbc
|
@ -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}",
|
// "[ATTACHMENTS MODULE]: Killing private HUD {0} for avatars other than {1} at attachment point {2}",
|
||||||
// so.Name, sp.Name, so.AttachmentPoint);
|
// 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(
|
m_scene.ForEachClient(
|
||||||
client =>
|
client =>
|
||||||
{ if (client.AgentId != so.AttachedAvatar)
|
{ if (client.AgentId != so.AttachedAvatar)
|
||||||
|
|
Loading…
Reference in New Issue