add a few more encoding to LLSDxmlEncode.. (W or S ?)

This commit is contained in:
UbitUmarov
2018-01-27 05:35:40 +00:00
parent 13b4ce8199
commit f89b2379a0
2 changed files with 224 additions and 1 deletions

View File

@@ -304,7 +304,6 @@ namespace OpenSim.Services.InventoryService
public InventoryItemBase[] GetMultipleItems(UUID[] ids)
{
List<InventoryItemBase> items = new List<InventoryItemBase>();
int i = 0;
foreach (UUID id in ids)
{
if(m_items.ContainsKey(id))