aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-08-30 00:54:36 +0100
committerJustin Clark-Casey (justincc)2014-08-30 00:54:36 +0100
commit4d8bc007e2961df33d1fc36828b5f4d720beac22 (patch)
treea47541962f72a8fe98c71ab966c2504a197d7568 /OpenSim/Region/ScriptEngine
parentAs per the LL grid, for attachments make llGetObjectDetails() OBJECT_ROT retu... (diff)
downloadopensim-SC_OLD-4d8bc007e2961df33d1fc36828b5f4d720beac22.zip
opensim-SC_OLD-4d8bc007e2961df33d1fc36828b5f4d720beac22.tar.gz
opensim-SC_OLD-4d8bc007e2961df33d1fc36828b5f4d720beac22.tar.bz2
opensim-SC_OLD-4d8bc007e2961df33d1fc36828b5f4d720beac22.tar.xz
minor: fix wrong indentation in previous commit 0cc3cd
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-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();