diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs index 2b13751..4711748 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs | |||
@@ -93,7 +93,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
93 | /// Reset LLUUIDs for all the items in the prim's inventory. This involves either generating | 93 | /// Reset LLUUIDs for all the items in the prim's inventory. This involves either generating |
94 | /// new ones or setting existing UUIDs to the correct parent UUIDs | 94 | /// new ones or setting existing UUIDs to the correct parent UUIDs |
95 | /// </summary> | 95 | /// </summary> |
96 | /// <param name="linkNum'>Link number for the part</param> | 96 | /// <param name="linkNum">Link number for the part</param> |
97 | public void ResetInventoryIDs() | 97 | public void ResetInventoryIDs() |
98 | { | 98 | { |
99 | lock (TaskInventory) | 99 | lock (TaskInventory) |