aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-05 03:01:19 +0000
committerMelanie Thielker2008-10-05 03:01:19 +0000
commit2cb89124c7c03413b4d7e665fac29f5e5f112b82 (patch)
tree876d917d4cfa5fedc5da39ce9ec753de00b94d85 /OpenSim
parentPlumb in the DirPlacesReply packet (diff)
downloadopensim-SC_OLD-2cb89124c7c03413b4d7e665fac29f5e5f112b82.zip
opensim-SC_OLD-2cb89124c7c03413b4d7e665fac29f5e5f112b82.tar.gz
opensim-SC_OLD-2cb89124c7c03413b4d7e665fac29f5e5f112b82.tar.bz2
opensim-SC_OLD-2cb89124c7c03413b4d7e665fac29f5e5f112b82.tar.xz
Small bug fix
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 2cb33d0..d45eede 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6751,6 +6751,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6751 packet.QueryReplies[i].ForSale = d.forSale; 6751 packet.QueryReplies[i].ForSale = d.forSale;
6752 packet.QueryReplies[i].Auction = d.auction; 6752 packet.QueryReplies[i].Auction = d.auction;
6753 packet.QueryReplies[i].Dwell = d.dwell; 6753 packet.QueryReplies[i].Dwell = d.dwell;
6754 i++;
6754 } 6755 }
6755 6756
6756 OutPacket(packet, ThrottleOutPacketType.Task); 6757 OutPacket(packet, ThrottleOutPacketType.Task);