mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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:
@@ -525,7 +525,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public struct list
|
||||
public class list
|
||||
{
|
||||
private object[] m_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user