mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00: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
7e17ff4805
commit
17d4c2e441
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