mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-07 07:00:31 -04:00
Add filters
This commit is contained in:
parent
618b338295
commit
1a1989a01d
6 changed files with 58 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
minetest.register_chatcommand("mail",{
|
||||
description = "Open the mail interface",
|
||||
func = function(name)
|
||||
mail.show_inbox(name)
|
||||
mail.show_inbox(name, "3", "1", "")
|
||||
end
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue