mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-17 19:56:37 -04:00
Fix HUD notification
This commit is contained in:
parent
2d7e1993c7
commit
a7e4ad1777
3 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,7 @@ minetest.register_on_joinplayer(function(player)
|
|||
minetest.after(2, function(name)
|
||||
local entry = mail.get_storage_entry(name)
|
||||
local messages = entry.inbox
|
||||
mail.hud_update(name, messages)
|
||||
|
||||
local unreadcount = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue