* Set defaults on the allowed LSL Compilers to 'lsl' unless you've specified otherwise.
parent
29fe003152
commit
c453a41fb5
|
@ -118,7 +118,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
|||
LanguageMapping.Add(enumCompileType.yp.ToString(), enumCompileType.yp);
|
||||
|
||||
// Allowed compilers
|
||||
string allowComp = m_scriptEngine.Config.GetString("AllowedCompilers", "lsl,cs,vb,js,yp");
|
||||
string allowComp = m_scriptEngine.Config.GetString("AllowedCompilers", "lsl");
|
||||
AllowedCompilers.Clear();
|
||||
|
||||
#if DEBUG
|
||||
|
|
Loading…
Reference in New Issue