mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
clear SitTargetAvatar on a sop copy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user