* Set defaults on the allowed LSL Compilers to 'lsl' unless you've specified otherwise.

This commit is contained in:
Teravus Ovares
2008-11-12 04:49:06 +00:00
parent 29fe003152
commit c453a41fb5

View File

@@ -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