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