diff options
author | Tedd Hansen | 2007-08-23 18:43:11 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-23 18:43:11 +0000 |
commit | 07836b890ce318fe9b45ff391ba54d515b18ea76 (patch) | |
tree | bbc56467a0b070a655f1ae231a00c440b4a7cfa7 /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL | |
parent | Added RemovePrim method to the physics plugins interface. (diff) | |
download | opensim-SC_OLD-07836b890ce318fe9b45ff391ba54d515b18ea76.zip opensim-SC_OLD-07836b890ce318fe9b45ff391ba54d515b18ea76.tar.gz opensim-SC_OLD-07836b890ce318fe9b45ff391ba54d515b18ea76.tar.bz2 opensim-SC_OLD-07836b890ce318fe9b45ff391ba54d515b18ea76.tar.xz |
Lowered priority of script threads. Executing state_entry() event on script rez.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs index 14ee1ec..b58e996 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs | |||
@@ -17,7 +17,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL | |||
17 | //private ICodeCompiler icc = codeProvider.CreateCompiler(); | 17 | //private ICodeCompiler icc = codeProvider.CreateCompiler(); |
18 | public string CompileFromFile(string LSOFileName) | 18 | public string CompileFromFile(string LSOFileName) |
19 | { | 19 | { |
20 | string CS_Code; | ||
21 | switch (System.IO.Path.GetExtension(LSOFileName).ToLower()) | 20 | switch (System.IO.Path.GetExtension(LSOFileName).ToLower()) |
22 | { | 21 | { |
23 | case ".txt": | 22 | case ".txt": |