mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-18 20:26:46 -04:00
status refactoring
This commit is contained in:
parent
706b870b7d
commit
b414ace620
9 changed files with 91 additions and 176 deletions
|
@ -1,6 +1,7 @@
|
|||
minetest.register_on_joinplayer(function(player)
|
||||
minetest.after(2, function(name)
|
||||
local messages = mail.getMessages(name)
|
||||
local entry = mail.get_storage_entry(name)
|
||||
local messages = entry.inbox
|
||||
|
||||
local unreadcount = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue