aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorUbitUmarov2018-01-27 05:35:40 +0000
committerUbitUmarov2018-01-27 05:35:40 +0000
commitf89b2379a05c53d38643f0c8bdeddfb376dd2737 (patch)
tree255a2f306bef7f6e1769b936e1990338f4584bda /OpenSim/Services
parentadd Cap_FetchLib2 note that this is still local to regions, not using grid as... (diff)
downloadopensim-SC-f89b2379a05c53d38643f0c8bdeddfb376dd2737.zip
opensim-SC-f89b2379a05c53d38643f0c8bdeddfb376dd2737.tar.gz
opensim-SC-f89b2379a05c53d38643f0c8bdeddfb376dd2737.tar.bz2
opensim-SC-f89b2379a05c53d38643f0c8bdeddfb376dd2737.tar.xz
add a few more encoding to LLSDxmlEncode.. (W or S ?)
Diffstat (limited to '')
-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))