From d52a64c7a33a419853f351619e149c444d12db8f Mon Sep 17 00:00:00 2001
From: UbitUmarov
Date: Wed, 26 Jul 2017 12:53:12 +0100
Subject: 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

---
 OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
index 8780e49..a65f71f 100644
--- a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
@@ -525,7 +525,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
         }
 
         [Serializable]
-        public class list: MarshalByRefObject
+        public class list
         {
             private object[] m_data;
 
-- 
cgit v1.1