Update svn properties. Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-06-09 08:46:33 +00:00
parent 0d07cf9ddd
commit dfb63b5623
6 changed files with 166 additions and 164 deletions

View File

@@ -626,7 +626,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
XDetectParams d = m_ScriptEngine.GetDetectParams(m_itemID, number);
if (d == null)
return new LSL_Types.LSLInteger(0);
if(m_host.GroupID == d.Group)
if (m_host.GroupID == d.Group)
return new LSL_Types.LSLInteger(1);
return new LSL_Types.LSLInteger(0);
}