aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2017-06-14 16:03:03 +0100
committerUbitUmarov2017-06-14 16:03:03 +0100
commit8e3a50212c194472f2dbcacbeeb5caae3b90fff1 (patch)
tree3a5b0077242f1ad6e091aa47ee87851c9d55172c /bin
parent remove options about script compilers the got back somehow (diff)
downloadopensim-SC_OLD-8e3a50212c194472f2dbcacbeeb5caae3b90fff1.zip
opensim-SC_OLD-8e3a50212c194472f2dbcacbeeb5caae3b90fff1.tar.gz
opensim-SC_OLD-8e3a50212c194472f2dbcacbeeb5caae3b90fff1.tar.bz2
opensim-SC_OLD-8e3a50212c194472f2dbcacbeeb5caae3b90fff1.tar.xz
remove options about script compilers the got back somehow on defaults also
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 83bf9d7..d35f535 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1778,14 +1778,6 @@
1778 ; Save the source of all compiled scripts 1778 ; Save the source of all compiled scripts
1779 WriteScriptSourceToDebugFile = false 1779 WriteScriptSourceToDebugFile = false
1780 1780
1781 ; Default language for scripts
1782 DefaultCompileLanguage = lsl
1783
1784 ; List of allowed languages (lsl,vb,cs)
1785 ; AllowedCompilers=lsl,cs,vb
1786 ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
1787 AllowedCompilers=lsl
1788
1789 ; Compile debug info (line numbers) into the script assemblies 1781 ; Compile debug info (line numbers) into the script assemblies
1790 CompileWithDebugInformation = true 1782 CompileWithDebugInformation = true
1791 1783