mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Prevent a crash when the two agent dictionaries get out of sync
This commit is contained in:
@@ -92,7 +92,7 @@ namespace OpenSim.Framework
|
||||
else
|
||||
{
|
||||
AgentCircuits.Add(circuitCode, agentData);
|
||||
AgentCircuitsByUUID.Add(agentData.AgentID, agentData);
|
||||
AgentCircuitsByUUID[agentData.AgentID] = agentData;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user