diff options
author | Justin Clark-Casey (justincc) | 2010-03-05 00:27:24 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-05 00:27:24 +0000 |
commit | 8bd114b4dfef5547214245cd8cc039aa30de9ef1 (patch) | |
tree | b102efebee4af3caf8d0afda4e6f714d4155f7a3 /OpenSim | |
parent | minor: comment out a forgotton debug log line (diff) | |
parent | Replaced BclExtras.dll with a newer version compiled for .NET 3.5. This solve... (diff) | |
download | opensim-SC_OLD-8bd114b4dfef5547214245cd8cc039aa30de9ef1.zip opensim-SC_OLD-8bd114b4dfef5547214245cd8cc039aa30de9ef1.tar.gz opensim-SC_OLD-8bd114b4dfef5547214245cd8cc039aa30de9ef1.tar.bz2 opensim-SC_OLD-8bd114b4dfef5547214245cd8cc039aa30de9ef1.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs index e87b1f4..1ea52c5 100644 --- a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs +++ b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs | |||
@@ -416,7 +416,6 @@ namespace OpenSim.Region.ScriptEngine.Shared | |||
416 | 416 | ||
417 | public list(params object[] args) | 417 | public list(params object[] args) |
418 | { | 418 | { |
419 | m_data = new object[args.Length]; | ||
420 | m_data = args; | 419 | m_data = args; |
421 | } | 420 | } |
422 | 421 | ||