diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs index e3504d3..aa35c4c 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs | |||
@@ -393,7 +393,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler | |||
393 | 393 | ||
394 | public void llDie() | 394 | public void llDie() |
395 | { | 395 | { |
396 | NotImplemented("llDie"); | 396 | World.DeleteSceneObjectGroup(m_host.ParentGroup); |
397 | return; | 397 | return; |
398 | } | 398 | } |
399 | 399 | ||