0.7.3-extended
Melanie 2012-03-28 02:33:15 +02:00 committed by Justin Clark-Casey (justincc)
parent 093910e90e
commit ced4eeddcf
1 changed files with 1 additions and 1 deletions

View File

@ -12411,7 +12411,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);