clear SitTargetAvatar on a sop copy

LSLKeyTest
UbitUmarov 2016-07-27 11:45:32 +01:00
parent 2e4c8798ab
commit 07853c86ed
1 changed files with 1 additions and 1 deletions

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();