Remove redundant part.SitTargetAvatar setting from SP.MakeRootAgent as part.AddSittingAvatar already does this.
parent
6ac9c9c972
commit
e756457703
|
@ -1023,8 +1023,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
else
|
||||
{
|
||||
part.AddSittingAvatar(this);
|
||||
if (part.SitTargetPosition != Vector3.Zero)
|
||||
part.SitTargetAvatar = UUID;
|
||||
// ParentPosition = part.GetWorldPosition();
|
||||
ParentID = part.LocalId;
|
||||
ParentPart = part;
|
||||
|
|
Loading…
Reference in New Issue