diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 6540c89..36aae31 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -2189,7 +2189,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
2189 | 2189 | ||
2190 | //return ret; | 2190 | //return ret; |
2191 | NotImplemented("llListRandomize"); | 2191 | NotImplemented("llListRandomize"); |
2192 | return new LSL_Types.list(); | 2192 | return src; |
2193 | } | 2193 | } |
2194 | 2194 | ||
2195 | public LSL_Types.list llList2ListStrided(LSL_Types.list src, int start, int end, int stride) | 2195 | public LSL_Types.list llList2ListStrided(LSL_Types.list src, int start, int end, int stride) |