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 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