mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
add a few more encoding to LLSDxmlEncode.. (W or S ?)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user