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.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 04a4f7d..6129640 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -988,7 +988,7 @@
988 ;; co-op will be more stable but this option is currently experimental. 988 ;; co-op will be more stable but this option is currently experimental.
989 ;; If moving from co-op to abort, existing script DLLs will need to be recompiled. 989 ;; If moving from co-op to abort, existing script DLLs will need to be recompiled.
990 ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run 990 ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run
991 ;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ 991 ;; or by deleting the script DLL* files in ../../caches/ScriptEngines/<region-id>/
992 ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile 992 ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
993 ;; Current valid values are "abort" and "co-op" 993 ;; Current valid values are "abort" and "co-op"
994 ; ScriptStopStrategy = co-op 994 ; ScriptStopStrategy = co-op
@@ -1049,7 +1049,7 @@
1049 1049
1050 ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines 1050 ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines
1051 ;; Path to script engine assemblies 1051 ;; Path to script engine assemblies
1052 ;; Default is ./bin/ScriptEngines 1052 ;; Default is ../../caches/ScriptEngines
1053 ; ScriptEnginesPath = "ScriptEngines" 1053 ; ScriptEnginesPath = "ScriptEngines"
1054 1054
1055[OSSL] 1055[OSSL]