diff --git a/blastmud_game/src/message_handler/user_commands.rs b/blastmud_game/src/message_handler/user_commands.rs index 2e339e12..968c7eca 100644 --- a/blastmud_game/src/message_handler/user_commands.rs +++ b/blastmud_game/src/message_handler/user_commands.rs @@ -229,6 +229,7 @@ static REGISTERED_COMMANDS: UserVerbRegistry = phf_map! { "st" => status::VERB, "stat" => status::VERB, + "stats" => status::VERB, "status" => status::VERB, "uninstall" => uninstall::VERB,