diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/UuidGatherer.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/UuidGatherer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs index a839829..600295f 100644 --- a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs +++ b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs | |||
@@ -264,7 +264,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
264 | if (null != objectAsset) | 264 | if (null != objectAsset) |
265 | { | 265 | { |
266 | string xml = Utils.BytesToString(objectAsset.Data); | 266 | string xml = Utils.BytesToString(objectAsset.Data); |
267 | SceneObjectGroup sog = SceneObjectSerializer.DeserializeOriginalXmlFormat(xml); | 267 | SceneObjectGroup sog = SceneObjectSerializer.FromOriginalXmlFormat(xml); |
268 | GatherAssetUuids(sog, assetUuids); | 268 | GatherAssetUuids(sog, assetUuids); |
269 | } | 269 | } |
270 | } | 270 | } |