diff options
author | Tedd Hansen | 2007-08-17 19:47:40 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-17 19:47:40 +0000 |
commit | 577fb1a9876ef3a4056171d82a55e63449408173 (patch) | |
tree | 5df8d7d5f13c243c6c47de74e7cb28bc95b69314 /OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs | |
parent | (2/2) Added DotSets.dll and Mono.PEToolkit.dll (diff) | |
download | opensim-SC_OLD-577fb1a9876ef3a4056171d82a55e63449408173.zip opensim-SC_OLD-577fb1a9876ef3a4056171d82a55e63449408173.tar.gz opensim-SC_OLD-577fb1a9876ef3a4056171d82a55e63449408173.tar.bz2 opensim-SC_OLD-577fb1a9876ef3a4056171d82a55e63449408173.tar.xz |
Removed RAIL test from startup for now...
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs index b6debcf..8fdac25 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs | |||
@@ -190,7 +190,8 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine | |||
190 | private string ProcessYield(string FileName) | 190 | private string ProcessYield(string FileName) |
191 | { | 191 | { |
192 | // TODO: Create a new assembly and copy old but insert Yield Code | 192 | // TODO: Create a new assembly and copy old but insert Yield Code |
193 | return TempDotNetMicroThreadingCodeInjector.TestFix(FileName); | 193 | //return TempDotNetMicroThreadingCodeInjector.TestFix(FileName); |
194 | return FileName; | ||
194 | } | 195 | } |
195 | 196 | ||
196 | private AppDomain GetFreeAppDomain() | 197 | private AppDomain GetFreeAppDomain() |