diff options
author | Melanie Thielker | 2008-10-05 03:01:19 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-05 03:01:19 +0000 |
commit | 2cb89124c7c03413b4d7e665fac29f5e5f112b82 (patch) | |
tree | 876d917d4cfa5fedc5da39ce9ec753de00b94d85 /OpenSim/Region | |
parent | Plumb in the DirPlacesReply packet (diff) | |
download | opensim-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/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
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); |