The only purpose of this commit is to remove an erroneous comment. It turns out that rezzing the attachments is necessary in modern viewers too. Proof: commenting the lines below the comment results in no attachments seen in the avatar.
parent
52d9ea1cee
commit
cc22d81b4d
|
@ -1224,8 +1224,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
// haven't started yet.
|
// haven't started yet.
|
||||||
if (PresenceType == PresenceType.Npc || IsRealLogin(m_teleportFlags))
|
if (PresenceType == PresenceType.Npc || IsRealLogin(m_teleportFlags))
|
||||||
{
|
{
|
||||||
// Viewers which have a current outfit folder will actually rez their own attachments. However,
|
|
||||||
// viewers without (e.g. v1 viewers) will not, so we still need to make this call.
|
|
||||||
WorkManager.RunJob(
|
WorkManager.RunJob(
|
||||||
"RezAttachments",
|
"RezAttachments",
|
||||||
o => Scene.AttachmentsModule.RezAttachments(this),
|
o => Scene.AttachmentsModule.RezAttachments(this),
|
||||||
|
|
Loading…
Reference in New Issue