diff options
Diffstat (limited to 'OpenSim/Addons/Groups')
-rw-r--r-- | OpenSim/Addons/Groups/GroupsModule.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Addons/Groups/GroupsModule.cs b/OpenSim/Addons/Groups/GroupsModule.cs index 13b7123..ccd4da6 100644 --- a/OpenSim/Addons/Groups/GroupsModule.cs +++ b/OpenSim/Addons/Groups/GroupsModule.cs | |||
@@ -445,8 +445,7 @@ namespace OpenSim.Groups | |||
445 | 445 | ||
446 | UUID itemID = binBucketMap["item_id"].AsUUID(); | 446 | UUID itemID = binBucketMap["item_id"].AsUUID(); |
447 | UUID ownerID = binBucketMap["owner_id"].AsUUID(); | 447 | UUID ownerID = binBucketMap["owner_id"].AsUUID(); |
448 | item = new InventoryItemBase(itemID, ownerID); | 448 | item = m_sceneList[0].InventoryService.GetItem(ownerID, itemID); |
449 | item = m_sceneList[0].InventoryService.GetItem(item); | ||
450 | } | 449 | } |
451 | else | 450 | else |
452 | m_log.DebugFormat("[Groups]: Received OSD with unexpected type: {0}", binBucketOSD.GetType()); | 451 | m_log.DebugFormat("[Groups]: Received OSD with unexpected type: {0}", binBucketOSD.GetType()); |