From f886fbfe4b72c135b9a19373fb599fed5f4e74e5 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Mar 2025 17:44:22 -0400 Subject: [PATCH] Turn the gates on in the example config --- USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index c029819..2e42059 100644 --- a/USAGE.md +++ b/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"