diff options
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 82a76a2..cd81df5 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -12382,7 +12382,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
12382 | foreach (InventoryItemBase item in items) | 12382 | foreach (InventoryItemBase item in items) |
12383 | { | 12383 | { |
12384 | OSDMap ItemDataMap = new OSDMap(); | 12384 | OSDMap ItemDataMap = new OSDMap(); |
12385 | ItemData.Add(DataMap); | 12385 | ItemData.Add(ItemDataMap); |
12386 | } | 12386 | } |
12387 | 12387 | ||
12388 | llsd.Add("ItemData", ItemData); | 12388 | llsd.Add("ItemData", ItemData); |