true -> false
This commit is contained in:
parent
1067a5dcaa
commit
2d5762e29d
8 changed files with 9 additions and 9 deletions
|
@ -9,7 +9,7 @@ All settings are variables.
|
||||||
|
|
||||||
## Global
|
## Global
|
||||||
### *bool* <u>headless</u> = *false*
|
### *bool* <u>headless</u> = *false*
|
||||||
Controls CORE's functionality. Renders GUI-related modules useless when set to `true`, which is the recommended behaviour on servers. For CORE's full functionality, set this to `true`.
|
Controls CORE's functionality. Renders GUI-related modules useless when set to `false`, which is the recommended behaviour on servers. For CORE's full functionality, set this to `true`.
|
||||||
### *bool* <u>debugging</u> = *false*
|
### *bool* <u>debugging</u> = *false*
|
||||||
:::note
|
:::note
|
||||||
This will not enable the development mode automatically, only if you're developing on CORE itself.
|
This will not enable the development mode automatically, only if you're developing on CORE itself.
|
||||||
|
|
Loading…
Reference in a new issue