From f2fda9883af22a548d27ca420699ee619baf876b Mon Sep 17 00:00:00 2001 From: Condorra Date: Sat, 16 Nov 2024 23:49:06 +1100 Subject: [PATCH] Fix unescaped \t --- .../src/message_handler/user_commands/help/unregistered.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blastmud_game/src/message_handler/user_commands/help/unregistered.yaml b/blastmud_game/src/message_handler/user_commands/help/unregistered.yaml index 155b869..9adca5c 100644 --- a/blastmud_game/src/message_handler/user_commands/help/unregistered.yaml +++ b/blastmud_game/src/message_handler/user_commands/help/unregistered.yaml @@ -1,8 +1,8 @@ "": |- Type help topicname> to learn about a topic. Most commands can be used as a topicname. Topics of interest to unregistered users: - register\tLearn about the register command. - login\tLearn how to log in as an existing user. + register Learn about the register command. + login Learn how to log in as an existing user. register: |- Registers a new user. You are allowed at most 5 at once. register username> password> email>