avoid leasing issues on lsl_list on domain crossings. This will make their use even more slow. AppDomainLoading just needs to be set false to have acceptable scripts performance

This commit is contained in:
UbitUmarov
2017-07-26 12:53:12 +01:00
parent 8739ceb00f
commit d52a64c7a3

View File

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