Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
commit
430304c176
|
@ -1546,10 +1546,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
if (userExposed)
|
if (userExposed)
|
||||||
dupe.UUID = UUID.Random();
|
dupe.UUID = UUID.Random();
|
||||||
|
|
||||||
//memberwiseclone means it also clones the physics actor reference
|
dupe.PhysActor = null;
|
||||||
// This will make physical prim 'bounce' if not set to null.
|
|
||||||
if (!userExposed)
|
|
||||||
dupe.PhysActor = null;
|
|
||||||
|
|
||||||
dupe.OwnerID = AgentID;
|
dupe.OwnerID = AgentID;
|
||||||
dupe.GroupID = GroupID;
|
dupe.GroupID = GroupID;
|
||||||
|
|
Loading…
Reference in New Issue