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

0.9.0-post-fixes
UbitUmarov 2017-07-26 12:53:12 +01:00
parent 8739ceb00f
commit d52a64c7a3
1 changed files with 1 additions and 1 deletions

View File

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