mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Re-enabled AllowedCompilers function
Added notice in OpenSim.ini that config refresh function is disabled
This commit is contained in:
@@ -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.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user