make LSL_list a CLASS again. Now we need to it allover again. Scripts need to be recompiled ( delete contents of bin/ScriptEngines)

This commit is contained in:
UbitUmarov
2017-05-28 01:11:53 +01:00
parent f7ae87a0d5
commit 18f1ea1086

View File

@@ -525,7 +525,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
}
[Serializable]
public struct list
public class list
{
private object[] m_data;