From b8702a094e4fc975241431ccce199d2357ff7d03 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 24 Feb 2023 08:29:23 +0000 Subject: [PATCH] fix typo --- .../Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index a81a3cd61e..977e934357 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs @@ -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 {