refactor: move RezSingleAttachmentFromInventory() from SceneGraph to AttachmentsModule

This commit is contained in:
Justin Clark-Casey (justincc)
2010-03-12 22:48:49 +00:00
parent b9f5cd75bc
commit 582375509c
5 changed files with 60 additions and 58 deletions

View File

@@ -1854,7 +1854,7 @@ namespace OpenSim.Region.Framework.Scenes
{
m_log.DebugFormat("[USER INVENTORY]: Rezzing single attachment from item {0} for {1}", itemID, remoteClient.Name);
SceneObjectGroup att = m_sceneGraph.RezSingleAttachment(remoteClient, itemID, AttachmentPt);
SceneObjectGroup att = AttachmentsModule.RezSingleAttachmentFromInventory(remoteClient, itemID, AttachmentPt);
if (att == null)
{