diff options
author | UbitUmarov | 2016-07-04 08:30:07 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-04 08:30:07 +0100 |
commit | 1d9e343b7ea5a8b36751fc334cd51b5573a1bb15 (patch) | |
tree | 628b676a51022801ad25c83c4ecfbd0a90d7977a /OpenSim/Addons | |
parent | add OSSL osGetPhysicsEngineName(). this returns a string with name and versio... (diff) | |
parent | Merge branch 'master' of opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-1d9e343b7ea5a8b36751fc334cd51b5573a1bb15.zip opensim-SC-1d9e343b7ea5a8b36751fc334cd51b5573a1bb15.tar.gz opensim-SC-1d9e343b7ea5a8b36751fc334cd51b5573a1bb15.tar.bz2 opensim-SC-1d9e343b7ea5a8b36751fc334cd51b5573a1bb15.tar.xz |
Merge branch 'master' of opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Addons')
-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 11a2a12..1afdd0f 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()); |