mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
Fix drafts deleting/duplicating (#96)
This commit is contained in:
parent
7822ff3038
commit
c655ff32e2
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ function mail.show_compose(name, to, subject, body, cc, bcc, id)
|
|||
|
||||
if id then
|
||||
msg_id[name] = id
|
||||
else
|
||||
msg_id[name] = nil
|
||||
end
|
||||
|
||||
minetest.show_formspec(name, FORMNAME, formspec)
|
||||
|
|
Loading…
Add table
Reference in a new issue