clear SitTargetAvatar on a sop copy

This commit is contained in:
UbitUmarov
2016-07-27 11:45:32 +01:00
parent 2e4c8798ab
commit 07853c86ed

View File

@@ -2213,7 +2213,7 @@ namespace OpenSim.Region.Framework.Scenes
dupe.Shape.ExtraParams = extraP;
dupe.m_sittingAvatars = new HashSet<ScenePresence>();
dupe.SitTargetAvatar = UUID.Zero;
// safeguard actual copy is done in sog.copy
dupe.KeyframeMotion = null;
dupe.PayPrice = (int[])PayPrice.Clone();