* Further testing against core packet issue.
parent
da948a992a
commit
53a350573e
|
@ -243,8 +243,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
return item;
|
return item;
|
||||||
lock (contents)
|
lock (contents)
|
||||||
{
|
{
|
||||||
if (contents.Remove(item.Sequence))
|
if (contents.Contains(item.Sequence))
|
||||||
return item;
|
if (contents.Remove(item.Sequence))
|
||||||
|
return item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue