1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-19 22:36:49 +00:00

Turn the gates on in the example config

This commit is contained in:
Joshua Goins 2025-03-17 17:44:22 -04:00
parent 22379bccdd
commit f886fbfe4b

View file

@ -19,8 +19,8 @@ Build Kawari with `cargo build`. Afterwards, create a `config.json` in the curre
```json
{
"worlds_open": false,
"login_open": false,
"worlds_open": true,
"login_open": true,
"supported_platforms": ["win32"],
"boot_patches_location": "/path/to/boot/patches",
"game_location": "/path/to/game"