refactor: remove pointless AgentId argument from attachObjectAssetStore()

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-24 21:14:57 +01:00
parent b9ec625dbf
commit ccf07f6ae3
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
itemID = group.GetFromItemID();
if (itemID == UUID.Zero)
m_scene.attachObjectAssetStore(sp.ControllingClient, group, sp.UUID, out itemID);
m_scene.attachObjectAssetStore(sp.ControllingClient, group, out itemID);
ShowAttachInUserInventory(sp, AttachmentPt, itemID, group);