aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
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 400757f..d0920d2 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -12541,7 +12541,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
12541 foreach (InventoryItemBase item in items) 12541 foreach (InventoryItemBase item in items)
12542 { 12542 {
12543 OSDMap ItemDataMap = new OSDMap(); 12543 OSDMap ItemDataMap = new OSDMap();
12544 ItemData.Add(DataMap); 12544 ItemData.Add(ItemDataMap);
12545 } 12545 }
12546 12546
12547 llsd.Add("ItemData", ItemData); 12547 llsd.Add("ItemData", ItemData);