Fix HUD staying there even you had read the message

This commit is contained in:
Athozus 2023-04-02 18:40:21 +02:00
parent 07f2c2888d
commit 144f4ba9ad
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

@ -41,6 +41,8 @@ function mail.show_message(name, id)
mail.mark_read(name, id)
end
mail.hud_update(name, mail.get_storage_entry(name).inbox)
minetest.show_formspec(name, FORMNAME, formspec)
end