diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs b/OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs index 46c6c33..fce00e8 100644 --- a/OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs +++ b/OpenSim/Region/ScriptEngine/XEngine/LSL_ScriptCommands.cs | |||
@@ -626,7 +626,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine | |||
626 | XDetectParams d = m_ScriptEngine.GetDetectParams(m_itemID, number); | 626 | XDetectParams d = m_ScriptEngine.GetDetectParams(m_itemID, number); |
627 | if (d == null) | 627 | if (d == null) |
628 | return new LSL_Types.LSLInteger(0); | 628 | return new LSL_Types.LSLInteger(0); |
629 | if(m_host.GroupID == d.Group) | 629 | if (m_host.GroupID == d.Group) |
630 | return new LSL_Types.LSLInteger(1); | 630 | return new LSL_Types.LSLInteger(1); |
631 | return new LSL_Types.LSLInteger(0); | 631 | return new LSL_Types.LSLInteger(0); |
632 | } | 632 | } |