mirror of
https://github.com/mt-mods/mail.git
synced 2025-05-08 04:11:47 -04:00
6 lines
140 B
Lua
6 lines
140 B
Lua
minetest.register_chatcommand("mail",{
|
|
description = "Open the mail interface",
|
|
func = function(name)
|
|
mail.show_mail_menu(name)
|
|
end
|
|
})
|