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.example9
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 366978d..f406595 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -225,13 +225,14 @@ AsyncLLCommandLoopms=50
225WriteScriptSourceToDebugFile=true 225WriteScriptSourceToDebugFile=true
226 226
227; Specify default script compiler 227; Specify default script compiler
228; If you do not specify //cs, //vb or //lsl tag as the first characters of your script then the default compiler will be chosen 228; If you do not specify //cs, //vb, //js or //lsl tag as the first characters of your script then the default compiler will be chosen
229; Valid languages are: lsl, cs and vb 229; Valid languages are: lsl, cs, js and vb
230DefaultCompileLanguage=lsl 230DefaultCompileLanguage=lsl
231 231
232; Specify what compilers are allowed to be used 232; Specify what compilers are allowed to be used
233; Valid languages are: lsl, cs and vb 233; Note vb only works on Windows for now (Mono lacks VB compile support)
234AllowedCompilers=lsl,cs,vb 234; Valid languages are: lsl, cs, js and vb
235AllowedCompilers=lsl,cs,js,vb
235 236
236; Compile scripts with debugging 237; Compile scripts with debugging
237; Probably a thousand times slower, but gives you a line number when something goes wrong. 238; Probably a thousand times slower, but gives you a line number when something goes wrong.