diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f7e2f5f..bbea8c7 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1792,14 +1792,6 @@ | |||
1792 | ; Save the source of all compiled scripts | 1792 | ; Save the source of all compiled scripts |
1793 | WriteScriptSourceToDebugFile = false | 1793 | WriteScriptSourceToDebugFile = false |
1794 | 1794 | ||
1795 | ; Default language for scripts | ||
1796 | DefaultCompileLanguage = lsl | ||
1797 | |||
1798 | ; List of allowed languages (lsl,vb,cs) | ||
1799 | ; AllowedCompilers=lsl,cs,vb | ||
1800 | ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. | ||
1801 | AllowedCompilers=lsl | ||
1802 | |||
1803 | ; Compile debug info (line numbers) into the script assemblies | 1795 | ; Compile debug info (line numbers) into the script assemblies |
1804 | CompileWithDebugInformation = true | 1796 | CompileWithDebugInformation = true |
1805 | 1797 | ||