mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 16:31:43 -04:00
Open mail interface with previous tab/dropdowns
This commit is contained in:
parent
2743ad075e
commit
a759c27d1b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
minetest.register_chatcommand("mail",{
|
minetest.register_chatcommand("mail",{
|
||||||
description = "Open the mail interface",
|
description = "Open the mail interface",
|
||||||
func = function(name)
|
func = function(name)
|
||||||
mail.show_inbox(name, "3", "1", "")
|
mail.show_mail_menu(name)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue