From 3b5145880cb620ac2bc4be6da3d618079082bd35 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 6 Jul 2025 15:35:56 -0700 Subject: [PATCH] fix $loadchar description in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ebf72b3..4b996d77 100644 --- a/README.md +++ b/README.md @@ -602,7 +602,7 @@ Some commands only work for clients not in proxy sessions. The chat commands are * Character data commands (non-proxy only) * `$savechar `: Save your current character data on the server in the specified slot. See the [server-side saves section](#server-side-saves) for more details. - * `$loadchar `: Save your current character data on the server in the specified slot. See the [server-side saves section](#server-side-saves) for more details. + * `$loadchar `: Load character data from the specified slot on the server, and replace your current character with it. See the [server-side saves section](#server-side-saves) for more details. * `$bbchar `: Save your current character data on the server in a different account's BB character slots. See the [server-side saves section](#server-side-saves) for more details. * `$checkchar [slot]`: Tells you basic information about a server-side character previously saved using `$savechar`. If `slot` is not given, tells you which slots are used and which are free. * `$deletechar `: Deletes a server-side character previously saved using `$savechar`.