aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 87f7ace..bc8fb59 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -858,7 +858,7 @@ namespace OpenSim.Region.Environment.Scenes
858 ((SceneObjectGroup) selectedEnt).GetPartName(selectedEnt.LocalId), 858 ((SceneObjectGroup) selectedEnt).GetPartName(selectedEnt.LocalId),
859 ((SceneObjectGroup) selectedEnt).GetPartDescription(selectedEnt.LocalId), 859 ((SceneObjectGroup) selectedEnt).GetPartDescription(selectedEnt.LocalId),
860 (sbyte) InventoryType.Object, 860 (sbyte) InventoryType.Object,
861 (sbyte) AssetType.Primitive, 861 (sbyte) AssetType.Object,
862 Helpers.StringToField(sceneObjectXml)); 862 Helpers.StringToField(sceneObjectXml));
863 AssetCache.AddAsset(asset); 863 AssetCache.AddAsset(asset);
864 864