clear SitTargetAvatar on a sop copy
parent
2e4c8798ab
commit
07853c86ed
|
@ -2213,7 +2213,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
dupe.Shape.ExtraParams = extraP;
|
dupe.Shape.ExtraParams = extraP;
|
||||||
|
|
||||||
dupe.m_sittingAvatars = new HashSet<ScenePresence>();
|
dupe.m_sittingAvatars = new HashSet<ScenePresence>();
|
||||||
|
dupe.SitTargetAvatar = UUID.Zero;
|
||||||
// safeguard actual copy is done in sog.copy
|
// safeguard actual copy is done in sog.copy
|
||||||
dupe.KeyframeMotion = null;
|
dupe.KeyframeMotion = null;
|
||||||
dupe.PayPrice = (int[])PayPrice.Clone();
|
dupe.PayPrice = (int[])PayPrice.Clone();
|
||||||
|
|
Loading…
Reference in New Issue