aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common
diff options
context:
space:
mode:
authorCharles Krinke2008-02-10 16:03:58 +0000
committerCharles Krinke2008-02-10 16:03:58 +0000
commitcf284efcda246b8b615bd0eb4e799fe13a29a94b (patch)
treecae5c9c917dab29170dc19ee5d7784df05db7828 /OpenSim/Region/ScriptEngine/Common
parent* Refactored permissions handling to extract info out of permisisons block in... (diff)
downloadopensim-SC_OLD-cf284efcda246b8b615bd0eb4e799fe13a29a94b.zip
opensim-SC_OLD-cf284efcda246b8b615bd0eb4e799fe13a29a94b.tar.gz
opensim-SC_OLD-cf284efcda246b8b615bd0eb4e799fe13a29a94b.tar.bz2
opensim-SC_OLD-cf284efcda246b8b615bd0eb4e799fe13a29a94b.tar.xz
Thank you very much, Hashbox for :
Add scene-debug command to Enable/Disable scripting, collision, and physics from console.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs2
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)