diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 1a60f45..d7fd2c5 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -5320,8 +5320,8 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
5320 | { | 5320 | { |
5321 | m_host.AddScriptLPS(1); | 5321 | m_host.AddScriptLPS(1); |
5322 | 5322 | ||
5323 | if(m_host.ParentGroup == null) | 5323 | if (m_host.ParentGroup == null) |
5324 | return; | 5324 | return; |
5325 | 5325 | ||
5326 | SceneObjectPart part = m_host.ParentGroup.GetLinkNumPart(linknumber); | 5326 | SceneObjectPart part = m_host.ParentGroup.GetLinkNumPart(linknumber); |
5327 | 5327 | ||