minor: fix wrong indentation in previous commit 0cc3cd
parent
0cc3cdfb4e
commit
4d8bc007e2
|
@ -11317,7 +11317,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
if (obj.ParentGroup.IsAttachment)
|
if (obj.ParentGroup.IsAttachment)
|
||||||
{
|
{
|
||||||
ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
|
ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
|
||||||
|
|
||||||
if (sp != null)
|
if (sp != null)
|
||||||
rot = sp.GetWorldRotation();
|
rot = sp.GetWorldRotation();
|
||||||
|
|
Loading…
Reference in New Issue