HUD in message view

This commit is contained in:
Athozus 2023-04-03 16:36:55 +02:00 committed by GitHub
parent e4716b432a
commit 0f3499f8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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