true -> false

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

View file

@ -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.