mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Set defaults on the allowed LSL Compilers to 'lsl' unless you've specified otherwise.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user