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

0.9.0-post-fixes
UbitUmarov 2017-05-28 01:11:53 +01:00
parent f7ae87a0d5
commit 18f1ea1086
1 changed files with 1 additions and 1 deletions

View File

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