mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 08:21:44 -04:00
Fix re-open of message view
After sending a message from drafts and closed the formspec, at next call.
This commit is contained in:
parent
307cd4fbb1
commit
19408bccdb
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||
end
|
||||
|
||||
minetest.after(0.5, function()
|
||||
mail.selected_idxs.drafts[name] = nil
|
||||
mail.show_mail_menu(name)
|
||||
end)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue