diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index c1d718e..4507583 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -4007,8 +4007,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4007 | else | 4007 | else |
4008 | m_host.ParentGroup.RootPart.AllowedDrop = false; | 4008 | m_host.ParentGroup.RootPart.AllowedDrop = false; |
4009 | 4009 | ||
4010 | // Update the object flags | 4010 | // Update the object flags |
4011 | m_host.ParentGroup.RootPart.aggregateScriptEvents(); | 4011 | m_host.ParentGroup.RootPart.aggregateScriptEvents(); |
4012 | } | 4012 | } |
4013 | 4013 | ||
4014 | public LSL_Vector llGetSunDirection() | 4014 | public LSL_Vector llGetSunDirection() |