mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Fix a potential key collision
This commit is contained in:
@@ -1035,7 +1035,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
Dictionary<UUID, string> pstates = parts[i].Inventory.GetScriptStates(oldIDs);
|
||||
foreach (KeyValuePair<UUID, string> kvp in pstates)
|
||||
states.Add(kvp.Key, kvp.Value);
|
||||
states[kvp.Key] = kvp.Value;
|
||||
}
|
||||
|
||||
if (states.Count > 0)
|
||||
|
||||
Reference in New Issue
Block a user