This commit is contained in:
UbitUmarov
2023-02-24 08:29:23 +00:00
parent 3b181f21ae
commit b8702a094e

View File

@@ -14871,7 +14871,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
{