mirror of
https://github.com/opensim/opensim.git
synced 2026-06-18 11:15:43 +08:00
Update svn properties. Formatting cleanup.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user