Make atachment state load work again
parent
6fc03c7e6e
commit
598f63e984
|
@ -363,7 +363,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
||||||
// inventory right now.
|
// inventory right now.
|
||||||
SceneObjectGroup objatt
|
SceneObjectGroup objatt
|
||||||
= RezSingleAttachmentFromInventoryInternal(
|
= RezSingleAttachmentFromInventoryInternal(
|
||||||
sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true, null);
|
sp, sp.PresenceType == PresenceType.Npc ? UUID.Zero : attach.ItemID, attach.AssetID, attachmentPt, true, d);
|
||||||
|
|
||||||
|
|
||||||
if (ThrottlePer100PrimsRezzed > 0)
|
if (ThrottlePer100PrimsRezzed > 0)
|
||||||
|
|
Loading…
Reference in New Issue