From 714e1f678676e314e060db5e2cfb27de51bb1392 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Mon, 21 Jul 2008 21:10:15 +0000
Subject: * Give new uuids to all the objects loaded in from an archive. * This
should allow multiple copies of an archive to be loaded into different
regions on the same region server * This shouldn't affect existing
operations.
---
OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'OpenSim/Region/Environment/Scenes')
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index 5ab7731..0cf2016 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -2047,7 +2047,9 @@ namespace OpenSim.Region.Environment.Scenes
///
///
///
- public virtual SceneObjectGroup RezObject(SceneObjectPart sourcePart, TaskInventoryItem item, LLVector3 pos, LLQuaternion rot, LLVector3 vel, int param)
+ public virtual SceneObjectGroup RezObject(
+ SceneObjectPart sourcePart, TaskInventoryItem item,
+ LLVector3 pos, LLQuaternion rot, LLVector3 vel, int param)
{
// Rez object
if (item != null)
--
cgit v1.1