This commit is contained in:
Melanie
2012-03-28 02:33:15 +02:00
parent b24605d526
commit 614c404923

View File

@@ -12382,7 +12382,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
foreach (InventoryItemBase item in items)
{
OSDMap ItemDataMap = new OSDMap();
ItemData.Add(DataMap);
ItemData.Add(ItemDataMap);
}
llsd.Add("ItemData", ItemData);