This commit is contained in:
UbitUmarov
2023-02-24 08:32:31 +00:00
parent d8822ff8fe
commit 7b23e2fe08

View File

@@ -14339,7 +14339,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (obj.ParentGroup.IsAttachment)
{
ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
rot = sp != null ? sp.GetWorldRotation() : Quaternion.Identity
rot = sp != null ? sp.GetWorldRotation() : Quaternion.Identity;
}
else
{