mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
minor: fix wrong indentation in previous commit 0cc3cd
This commit is contained in:
@@ -11317,7 +11317,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
if (obj.ParentGroup.IsAttachment)
|
||||
{
|
||||
ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
|
||||
ScenePresence sp = World.GetScenePresence(obj.ParentGroup.AttachedAvatar);
|
||||
|
||||
if (sp != null)
|
||||
rot = sp.GetWorldRotation();
|
||||
|
||||
Reference in New Issue
Block a user