Skip to content

Commit

Permalink
Update HUD in mail.mark_read
Browse files Browse the repository at this point in the history
  • Loading branch information
Athozus authored Apr 3, 2023
1 parent c36ae2f commit 474d2b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
end

mail.hud_update(name, messagesInbox)
mail.show_mail_menu(name)

elseif fields.markunread then
Expand Down

0 comments on commit 474d2b7

Please sign in to comment.