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:
parent
22379bccdd
commit
f886fbfe4b
1 changed files with 2 additions and 2 deletions
4
USAGE.md
4
USAGE.md
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue