mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
have to clear m_PendingAcks not m_PendingAcksMap
This commit is contained in:
@@ -379,7 +379,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
m_PendingAcksMap.Remove(m_PendingAcks[i]);
|
||||
}
|
||||
m_PendingAcksMap.Clear();
|
||||
m_PendingAcks.Clear();
|
||||
|
||||
acks.Header.Reliable = false;
|
||||
OutPacket(acks, ThrottleOutPacketType.Unknown);
|
||||
|
||||
Reference in New Issue
Block a user