mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-15 02:36:39 -04:00
Add drafts
This commit is contained in:
parent
eae547b2f7
commit
a8fc125db3
9 changed files with 174 additions and 13 deletions
|
@ -6,5 +6,7 @@ function mail.show_mail_menu(playername)
|
|||
mail.show_inbox(playername)
|
||||
elseif index == 2 then
|
||||
mail.show_sent(playername)
|
||||
elseif index == 3 then
|
||||
mail.show_drafts(playername)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue