Browse Source

remove options about script compilers the got back somehow

UbitUmarov 7 years ago
parent
commit
ef87370cf1
1 changed files with 0 additions and 11 deletions
  1. 0 11
      bin/OpenSim.ini.example

+ 0 - 11
bin/OpenSim.ini.example

@@ -930,17 +930,6 @@
     ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true)
     ;CompactMemOnLoad = false
     
-    ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl
-    ;; Default language for scripts
-    ; DefaultCompileLanguage = "lsl"
-
-    ;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl
-    ;; List of allowed languages (lsl,vb,cs)
-    ;; AllowedCompilers=lsl,cs,vb
-    ;; *warning*, non lsl languages have access to static methods such as
-    ;; System.IO.File.  Enable at your own risk.
-    ; AllowedCompilers = "lsl"
-
     ;; Compile debug info (line numbers) into the script assemblies
     ; CompileWithDebugInformation = true