mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Further testing against core packet issue.
This commit is contained in:
@@ -243,8 +243,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
return item;
|
||||
lock (contents)
|
||||
{
|
||||
if (contents.Remove(item.Sequence))
|
||||
return item;
|
||||
if (contents.Contains(item.Sequence))
|
||||
if (contents.Remove(item.Sequence))
|
||||
return item;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user