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/Region/OptionalModules | |
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_OLD-1d9e343b7ea5a8b36751fc334cd51b5573a1bb15.zip opensim-SC_OLD-1d9e343b7ea5a8b36751fc334cd51b5573a1bb15.tar.gz opensim-SC_OLD-1d9e343b7ea5a8b36751fc334cd51b5573a1bb15.tar.bz2 opensim-SC_OLD-1d9e343b7ea5a8b36751fc334cd51b5573a1bb15.tar.xz |
Merge branch 'master' of opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs index cb6ceb5..ddeac66 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | |||
@@ -505,8 +505,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
505 | //variable will be set to null and attachment will | 505 | //variable will be set to null and attachment will |
506 | //not be included with the group notice. | 506 | //not be included with the group notice. |
507 | Scene scene = (Scene)remoteClient.Scene; | 507 | Scene scene = (Scene)remoteClient.Scene; |
508 | item = new InventoryItemBase(itemID, ownerID); | 508 | item = scene.InventoryService.GetItem(ownerID, itemID); |
509 | item = scene.InventoryService.GetItem(item); | ||
510 | 509 | ||
511 | if (item != null) | 510 | if (item != null) |
512 | { | 511 | { |