aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 543b7f8..05a43f4 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -930,17 +930,6 @@
930 ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true) 930 ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true)
931 ;CompactMemOnLoad = false 931 ;CompactMemOnLoad = false
932 932
933 ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl
934 ;; Default language for scripts
935 ; DefaultCompileLanguage = "lsl"
936
937 ;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl
938 ;; List of allowed languages (lsl,vb,cs)
939 ;; AllowedCompilers=lsl,cs,vb
940 ;; *warning*, non lsl languages have access to static methods such as
941 ;; System.IO.File. Enable at your own risk.
942 ; AllowedCompilers = "lsl"
943
944 ;; Compile debug info (line numbers) into the script assemblies 933 ;; Compile debug info (line numbers) into the script assemblies
945 ; CompileWithDebugInformation = true 934 ; CompileWithDebugInformation = true
946 935