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

0.6.1-post-fixes
Teravus Ovares 2008-11-12 04:49:06 +00:00
parent 29fe003152
commit c453a41fb5
1 changed files with 1 additions and 1 deletions

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