rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmentToInv() for consistency and to reflect it's actual behaviour

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-23 22:05:22 +01:00
parent 014cd4f8bb
commit 97b207240e
4 changed files with 14 additions and 23 deletions

View File

@@ -3031,7 +3031,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
IAttachmentsModule attachmentsModule = m_ScriptEngine.World.AttachmentsModule;
if (attachmentsModule != null)
attachmentsModule.ShowDetachInUserInventory(itemID, presence.ControllingClient);
attachmentsModule.DetachSingleAttachmentToInv(itemID, presence.ControllingClient);
}
public void llTakeCamera(string avatar)