mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Trying Melanie's fix
This commit is contained in:
@@ -111,11 +111,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
lock (SyncRoot)
|
||||
{
|
||||
if (packets.Count == 0)
|
||||
return null;
|
||||
OutgoingPacket p;
|
||||
|
||||
using (SortedDictionary<uint, OutgoingPacket>.ValueCollection.Enumerator e = packets.Values.GetEnumerator())
|
||||
return e.Current;
|
||||
p = e.Current;
|
||||
|
||||
return p;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user