Re-enabled AllowedCompilers function

Added notice in OpenSim.ini that config refresh function is disabled
ThreadPoolClientBranch
Tedd Hansen 2008-02-02 05:07:02 +00:00
parent a004ea5f17
commit b57d9be856
4 changed files with 2 additions and 1 deletions

View File

@ -247,7 +247,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
// Not allowed to compile to this language!
string errtext = String.Empty;
errtext += "The compiler for language \"" + l.ToString() + "\" is not in list of allowed compilers. Script will not be executed!";
//throw new Exception(errtext);
throw new Exception(errtext);
}
string compileScript = Script;

Binary file not shown.

Binary file not shown.

View File

@ -145,6 +145,7 @@ script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll
; Set it to number of seconds between refresh, for example 30.
; Will allow you to change ScriptEngine settings while server is running just by editing this file.
; For example to increase or decrease number of threads.
; NOTE! Disabled for now. Feature does not work.
RefreshConfig=0
; Number of threads to use for script event execution