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