mirror of
https://github.com/opensim/opensim.git
synced 2026-05-21 07:45:41 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -2743,7 +2743,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
DirPlacesReplyPacket.StatusDataBlock[] status =
|
||||
new DirPlacesReplyPacket.StatusDataBlock[0];
|
||||
|
||||
int i = 0;
|
||||
foreach (DirPlacesReplyData d in data)
|
||||
{
|
||||
int idx = replies.Length;
|
||||
@@ -2779,7 +2778,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
replies = new DirPlacesReplyPacket.QueryRepliesBlock[0];
|
||||
status = new DirPlacesReplyPacket.StatusDataBlock[0];
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user