Re-enabled AllowedCompilers function

Added notice in OpenSim.ini that config refresh function is disabled
This commit is contained in:
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;