aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs b/OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs
index 8c4a951..3b4deaf 100644
--- a/OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Environment.Scenes
68 m_regInfo.RegionHandle, aPrimNode.OuterXml); 68 m_regInfo.RegionHandle, aPrimNode.OuterXml);
69 if (newIDS) 69 if (newIDS)
70 { 70 {
71 obj.GenerateNewIDs(); 71 obj.ResetIDs();
72 } 72 }
73 //if we want this to be a import method then we need new uuids for the object to avoid any clashes 73 //if we want this to be a import method then we need new uuids for the object to avoid any clashes
74 //obj.RegenerateFullIDs(); 74 //obj.RegenerateFullIDs();
@@ -189,4 +189,4 @@ namespace OpenSim.Region.Environment.Scenes
189 file.Close(); 189 file.Close();
190 } 190 }
191 } 191 }
192} \ No newline at end of file 192}