diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index e9d4c66..3d52119 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -1087,7 +1087,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1087 | /// Reset LLUUIDs for this part. This involves generate this part's own LLUUID and | 1087 | /// Reset LLUUIDs for this part. This involves generate this part's own LLUUID and |
1088 | /// generating new LLUUIDs for all the items in the inventory. | 1088 | /// generating new LLUUIDs for all the items in the inventory. |
1089 | /// </summary> | 1089 | /// </summary> |
1090 | /// <param name="linkNum'>Link number for the part</param> | 1090 | /// <param name="linkNum">Link number for the part</param> |
1091 | public void ResetIDs(int linkNum) | 1091 | public void ResetIDs(int linkNum) |
1092 | { | 1092 | { |
1093 | UUID = LLUUID.Random(); | 1093 | UUID = LLUUID.Random(); |