aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 7f91de2..ab41156 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -11317,7 +11317,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
11317 11317
11318 if (obj.ParentGroup.IsAttachment) 11318 if (obj.ParentGroup.IsAttachment)
11319 { 11319 {
11320 ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar); 11320 ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
11321 11321
11322 if (sp != null) 11322 if (sp != null)
11323 rot = sp.GetWorldRotation(); 11323 rot = sp.GetWorldRotation();