diff options
author | UbitUmarov | 2017-05-28 01:11:53 +0100 |
---|---|---|
committer | UbitUmarov | 2017-05-28 01:11:53 +0100 |
commit | 18f1ea10860f8ffbde87b01222705f2290591868 (patch) | |
tree | 6d61866a14e22f3339b176b7395d7cf42e3687fd /OpenSim/Region/ScriptEngine | |
parent | minor cleanup (diff) | |
download | opensim-SC_OLD-18f1ea10860f8ffbde87b01222705f2290591868.zip opensim-SC_OLD-18f1ea10860f8ffbde87b01222705f2290591868.tar.gz opensim-SC_OLD-18f1ea10860f8ffbde87b01222705f2290591868.tar.bz2 opensim-SC_OLD-18f1ea10860f8ffbde87b01222705f2290591868.tar.xz |
make LSL_list a CLASS again. Now we need to it allover again. Scripts need to be recompiled ( delete contents of bin/ScriptEngines)
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs index f16fd01..bf47f1f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs +++ b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs | |||
@@ -525,7 +525,7 @@ namespace OpenSim.Region.ScriptEngine.Shared | |||
525 | } | 525 | } |
526 | 526 | ||
527 | [Serializable] | 527 | [Serializable] |
528 | public struct list | 528 | public class list |
529 | { | 529 | { |
530 | private object[] m_data; | 530 | private object[] m_data; |
531 | 531 | ||