aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example11
-rw-r--r--bin/OpenSimDefaults.ini8
2 files changed, 0 insertions, 19 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f1dcbd3..0ef6cfc 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -965,17 +965,6 @@
965 ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true) 965 ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true)
966 ;CompactMemOnLoad = false 966 ;CompactMemOnLoad = false
967 967
968 ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl
969 ;; Default language for scripts
970 ; DefaultCompileLanguage = "lsl"
971
972 ;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl
973 ;; List of allowed languages (lsl,vb,cs)
974 ;; AllowedCompilers=lsl,cs,vb
975 ;; *warning*, non lsl languages have access to static methods such as
976 ;; System.IO.File. Enable at your own risk.
977 ; AllowedCompilers = "lsl"
978
979 ;; Compile debug info (line numbers) into the script assemblies 968 ;; Compile debug info (line numbers) into the script assemblies
980 ; CompileWithDebugInformation = true 969 ; CompileWithDebugInformation = true
981 970
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