mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:49:51 +08:00
* 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.
This commit is contained in:
@@ -2047,7 +2047,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// <param name="vel"></param>
|
||||
/// <param name="param"></param>
|
||||
/// <returns></returns>
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user