Add drafts

This commit is contained in:
Athozus 2023-03-31 17:04:49 +02:00
parent eae547b2f7
commit a8fc125db3
No known key found for this signature in database
GPG key ID: B50895022E8484BF
9 changed files with 174 additions and 13 deletions

View file

@ -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