mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Lowered priority of script threads. Executing state_entry() event on script rez.
This commit is contained in:
@@ -17,7 +17,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||
//private ICodeCompiler icc = codeProvider.CreateCompiler();
|
||||
public string CompileFromFile(string LSOFileName)
|
||||
{
|
||||
string CS_Code;
|
||||
switch (System.IO.Path.GetExtension(LSOFileName).ToLower())
|
||||
{
|
||||
case ".txt":
|
||||
|
||||
Reference in New Issue
Block a user