diff options
author | UbitUmarov | 2017-06-14 15:58:02 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-14 15:58:02 +0100 |
commit | ef87370cf14ca6a23698c0af10d1535f4d0e4f43 (patch) | |
tree | c8d01496290f07adddf03b14f853fd23144d3690 /bin/OpenSim.ini.example | |
parent | main generic use JobEngine also does not need a permanent thread.. actually d... (diff) | |
download | opensim-SC-ef87370cf14ca6a23698c0af10d1535f4d0e4f43.zip opensim-SC-ef87370cf14ca6a23698c0af10d1535f4d0e4f43.tar.gz opensim-SC-ef87370cf14ca6a23698c0af10d1535f4d0e4f43.tar.bz2 opensim-SC-ef87370cf14ca6a23698c0af10d1535f4d0e4f43.tar.xz |
remove options about script compilers the got back somehow
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
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 | ||