diff --git a/chatcommands.lua b/chatcommands.lua index 284c49c..c77ba33 100644 --- a/chatcommands.lua +++ b/chatcommands.lua @@ -1,6 +1,6 @@ minetest.register_chatcommand("mail",{ description = "Open the mail interface", func = function(name) - mail.show_inbox(name, "3", "1", "") + mail.show_mail_menu(name) end })