aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/InventoryService')
-rw-r--r--OpenSim/Services/InventoryService/LibraryService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/InventoryService/LibraryService.cs b/OpenSim/Services/InventoryService/LibraryService.cs
index 89967a7..c71295d 100644
--- a/OpenSim/Services/InventoryService/LibraryService.cs
+++ b/OpenSim/Services/InventoryService/LibraryService.cs
@@ -304,7 +304,6 @@ namespace OpenSim.Services.InventoryService
304 public InventoryItemBase[] GetMultipleItems(UUID[] ids) 304 public InventoryItemBase[] GetMultipleItems(UUID[] ids)
305 { 305 {
306 List<InventoryItemBase> items = new List<InventoryItemBase>(); 306 List<InventoryItemBase> items = new List<InventoryItemBase>();
307 int i = 0;
308 foreach (UUID id in ids) 307 foreach (UUID id in ids)
309 { 308 {
310 if(m_items.ContainsKey(id)) 309 if(m_items.ContainsKey(id))