mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
Update HUD in mark read function
This commit is contained in:
parent
0f3499f8bc
commit
c36ae2fe4e
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ function mail.mark_read(playername, msg_id)
|
|||
if msg.id == msg_id then
|
||||
msg.read = true
|
||||
mail.set_storage_entry(playername, entry)
|
||||
mail.hud_update(name, entry.inbox)
|
||||
return
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue