change ScriptStopStrategy to the default value co-op (mantis 7740
parent
ca5ec4c33b
commit
ad6080bb0b
|
@ -903,7 +903,7 @@
|
||||||
;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/
|
;; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/
|
||||||
;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
|
;; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
|
||||||
;; Current valid values are "abort" and "co-op"
|
;; Current valid values are "abort" and "co-op"
|
||||||
; ScriptStopStrategy = abort
|
; ScriptStopStrategy = co-op
|
||||||
|
|
||||||
|
|
||||||
;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} {true false} true
|
;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} {true false} true
|
||||||
|
|
Loading…
Reference in New Issue