diff options
author | UbitUmarov | 2015-11-20 15:48:17 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-20 15:48:17 +0000 |
commit | ad6080bb0bd7260d661ab1d8c7fca71c777dcd82 (patch) | |
tree | abd7f4f6ad8ecda8c08b5fc8a1fcb4767d6523ab /bin | |
parent | make llAvatarOnLinkSitTarget(0) return UUID.Zero (diff) | |
download | opensim-SC-ad6080bb0bd7260d661ab1d8c7fca71c777dcd82.zip opensim-SC-ad6080bb0bd7260d661ab1d8c7fca71c777dcd82.tar.gz opensim-SC-ad6080bb0bd7260d661ab1d8c7fca71c777dcd82.tar.bz2 opensim-SC-ad6080bb0bd7260d661ab1d8c7fca71c777dcd82.tar.xz |
change ScriptStopStrategy to the default value co-op (mantis 7740
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e4adb7f..320b223 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -903,7 +903,7 @@ | |||
903 | ;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ | 903 | ;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ |
904 | ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile | 904 | ;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile |
905 | ;; Current valid values are "abort" and "co-op" | 905 | ;; Current valid values are "abort" and "co-op" |
906 | ; ScriptStopStrategy = abort | 906 | ; ScriptStopStrategy = co-op |
907 | 907 | ||
908 | 908 | ||
909 | ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} {true false} true | 909 | ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} {true false} true |