mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 01:40:07 +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;
|
||||
|
||||
Reference in New Issue
Block a user