diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 31c0be1..3b7f38e 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1160,6 +1160,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1160 | item = LibraryService.LibraryRootFolder.FindItem(itemID); | 1160 | item = LibraryService.LibraryRootFolder.FindItem(itemID); |
1161 | } | 1161 | } |
1162 | 1162 | ||
1163 | // If we've found the item in the user's inventory or in the library | ||
1163 | if (item != null) | 1164 | if (item != null) |
1164 | { | 1165 | { |
1165 | part.ParentGroup.AddInventoryItem(remoteClient, primLocalID, item, copyID); | 1166 | part.ParentGroup.AddInventoryItem(remoteClient, primLocalID, item, copyID); |