diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs index 1404701..851e43b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api_Base.cs | |||
@@ -4709,8 +4709,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4709 | public LSL_Integer llGetAttached() | 4709 | public LSL_Integer llGetAttached() |
4710 | { | 4710 | { |
4711 | m_host.AddScriptLPS(1); | 4711 | m_host.AddScriptLPS(1); |
4712 | NotImplemented("llGetAttached"); | 4712 | return m_host.ParentGroup.RootPart.AttachmentPoint; |
4713 | return 0; | ||
4714 | } | 4713 | } |
4715 | 4714 | ||
4716 | public LSL_Integer llGetFreeMemory() | 4715 | public LSL_Integer llGetFreeMemory() |