diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c610b3f..fbf2c8b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -933,7 +933,7 @@ | |||
933 | ;; co-op will be more stable but this option is currently experimental. | 933 | ;; co-op will be more stable but this option is currently experimental. |
934 | ;; If moving from co-op to abort, existing script DLLs will need to be recompiled. | 934 | ;; If moving from co-op to abort, existing script DLLs will need to be recompiled. |
935 | ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run | 935 | ;; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run |
936 | ;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ | 936 | ;; or by deleting the script DLL* files in ../../caches/ScriptEngines/<region-id>/ |
937 | ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile | 937 | ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile |
938 | ;; Current valid values are "abort" and "co-op" | 938 | ;; Current valid values are "abort" and "co-op" |
939 | ; ScriptStopStrategy = co-op | 939 | ; ScriptStopStrategy = co-op |
@@ -994,7 +994,7 @@ | |||
994 | 994 | ||
995 | ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines | 995 | ;# {ScriptEnginesPath} {} {Path to script assemblies} {} ScriptEngines |
996 | ;; Path to script engine assemblies | 996 | ;; Path to script engine assemblies |
997 | ;; Default is ./bin/ScriptEngines | 997 | ;; Default is ../../caches/ScriptEngines |
998 | ; ScriptEnginesPath = "ScriptEngines" | 998 | ; ScriptEnginesPath = "ScriptEngines" |
999 | 999 | ||
1000 | [OSSL] | 1000 | [OSSL] |