true -> false

This commit is contained in:
JeremyStar™ 2024-02-12 19:09:02 +01:00
parent 1067a5dcaa
commit 2d5762e29d
8 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@ All settings are variables.
## Global
### *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*
:::note
This will not enable the development mode automatically, only if you're developing on CORE itself.