diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index ab087af..dd7ee24 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -10920,7 +10920,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
10920 | 10920 | ||
10921 | LSL_List result = new LSL_List(); | 10921 | LSL_List result = new LSL_List(); |
10922 | 10922 | ||
10923 | if (obj != null && obj.OwnerID != m_host.OwnerID) | 10923 | if (obj != null && obj.OwnerID == m_host.OwnerID) |
10924 | { | 10924 | { |
10925 | LSL_List remaining = GetPrimParams(obj, rules, ref result); | 10925 | LSL_List remaining = GetPrimParams(obj, rules, ref result); |
10926 | 10926 | ||