aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorUbitUmarov2016-07-04 08:30:07 +0100
committerUbitUmarov2016-07-04 08:30:07 +0100
commit1d9e343b7ea5a8b36751fc334cd51b5573a1bb15 (patch)
tree628b676a51022801ad25c83c4ecfbd0a90d7977a /OpenSim/Addons
parentadd OSSL osGetPhysicsEngineName(). this returns a string with name and versio... (diff)
parentMerge branch 'master' of opensimulator.org:/var/git/opensim (diff)
downloadopensim-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.cs3
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());