Update HUD in mail.mark_read
This commit is contained in:
parent
c36ae2fe4e
commit
474d2b76e1
@ -122,7 +122,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||||||
mail.mark_read(name, messagesSent[mail.selected_idxs.sent[name]].id)
|
mail.mark_read(name, messagesSent[mail.selected_idxs.sent[name]].id)
|
||||||
end
|
end
|
||||||
|
|
||||||
mail.hud_update(name, messagesInbox)
|
|
||||||
mail.show_mail_menu(name)
|
mail.show_mail_menu(name)
|
||||||
|
|
||||||
elseif fields.markunread then
|
elseif fields.markunread then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user