Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
commit
0ca87a6f01
|
@ -2728,6 +2728,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
DirPlacesReplyPacket.StatusDataBlock[] status =
|
DirPlacesReplyPacket.StatusDataBlock[] status =
|
||||||
new DirPlacesReplyPacket.StatusDataBlock[0];
|
new DirPlacesReplyPacket.StatusDataBlock[0];
|
||||||
|
|
||||||
|
packet.QueryReplies = replies;
|
||||||
|
packet.StatusData = status;
|
||||||
|
|
||||||
foreach (DirPlacesReplyData d in data)
|
foreach (DirPlacesReplyData d in data)
|
||||||
{
|
{
|
||||||
int idx = replies.Length;
|
int idx = replies.Length;
|
||||||
|
@ -2766,7 +2769,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (replies.Length > 0)
|
if (replies.Length > 0 || data.Length == 0)
|
||||||
OutPacket(packet, ThrottleOutPacketType.Task);
|
OutPacket(packet, ThrottleOutPacketType.Task);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue