Small bug fix
parent
13e3ffada3
commit
2cb89124c7
|
@ -6751,6 +6751,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
packet.QueryReplies[i].ForSale = d.forSale;
|
packet.QueryReplies[i].ForSale = d.forSale;
|
||||||
packet.QueryReplies[i].Auction = d.auction;
|
packet.QueryReplies[i].Auction = d.auction;
|
||||||
packet.QueryReplies[i].Dwell = d.dwell;
|
packet.QueryReplies[i].Dwell = d.dwell;
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
OutPacket(packet, ThrottleOutPacketType.Task);
|
OutPacket(packet, ThrottleOutPacketType.Task);
|
||||||
|
|
Loading…
Reference in New Issue