aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/AppDomainManager.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/AppDomainManager.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/AppDomainManager.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/AppDomainManager.cs
index 1e20547..2e1e3d1 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/AppDomainManager.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/AppDomainManager.cs
@@ -85,7 +85,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
85 //Console.WriteLine("Loading: " + a.GetName(true)); 85 //Console.WriteLine("Loading: " + a.GetName(true));
86 try 86 try
87 { 87 {
88 AD.Load(a.GetName(true)); 88 //AD.Load(a.GetName(true));
89 89
90 } 90 }
91 catch (Exception e) 91 catch (Exception e)
@@ -106,10 +106,5 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
106 106
107 } 107 }
108 108
109 public class NOOP : MarshalByRefType
110 {
111 public NOOP() {
112 }
113 }
114 } 109 }
115} 110}