mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Merge branch 'careminster-presence-refactor' of ssh://melanie@3dhosting.de/var/git/careminster into careminster-presence-refactor
This commit is contained in:
@@ -1033,7 +1033,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
SceneObjectPart[] parts = m_parts.GetArray();
|
||||
for (int i = 0; i < parts.Length; i++)
|
||||
{
|
||||
Dictionary<UUID, string> pstates = parts[i].Inventory.GetScriptStates();
|
||||
Dictionary<UUID, string> pstates = parts[i].Inventory.GetScriptStates(oldIDs);
|
||||
foreach (KeyValuePair<UUID, string> kvp in pstates)
|
||||
states.Add(kvp.Key, kvp.Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user