Ooops. Forgot a -

BlitzOffline 2021-08-22 21:49:35 +03:00
parent cc8be3a480
commit 57cbb34689

@ -46,7 +46,7 @@ The configuration will look like this:
* `debug` - Enable/Disable debug messages printed on console * `debug` - Enable/Disable debug messages printed on console
* `github_script_downloads` - Enable this option for downloading scripts from Github. [See more](#community-scripts) * `github_script_downloads` - Enable this option for downloading scripts from Github. [See more](#community-scripts)
* `argument_split` - Specify symbol for splitting arguments, defaulting to `,` if the specified splitting symbol is `_`. [See more](Advanced-Scripts#arguments) * `argument_split` - Specify symbol for splitting arguments, defaulting to `,` if the specified splitting symbol is `_`. [See more](Advanced-Scripts#arguments)
* `use_quick_js` Switch to the QuickJS engine. If disabled, nashorn will be used. Careful! QuickJS breaks on some platforms! * `use_quick_js` - Switch to the QuickJS engine. If disabled, nashorn will be used. Careful! QuickJS breaks on some platforms!
## Community Scripts ## Community Scripts