diff options
author | Melanie | 2012-03-28 02:33:15 +0200 |
---|---|---|
committer | Melanie | 2012-03-28 03:45:52 +0100 |
commit | 614c40492369778a9b13a31f1e052b2836f8e449 (patch) | |
tree | 1e1617f3889b4f869a9d5e88a595432f86ade830 /OpenSim/Region/ClientStack/Linden/UDP | |
parent | Fix typos (diff) | |
download | opensim-SC_OLD-614c40492369778a9b13a31f1e052b2836f8e449.zip opensim-SC_OLD-614c40492369778a9b13a31f1e052b2836f8e449.tar.gz opensim-SC_OLD-614c40492369778a9b13a31f1e052b2836f8e449.tar.bz2 opensim-SC_OLD-614c40492369778a9b13a31f1e052b2836f8e449.tar.xz |
Typo fix
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-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); |