mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-12 09:22:20 -04:00
fix some issues
This commit is contained in:
parent
e8c7fde4c3
commit
b1ccd494f7
3 changed files with 9 additions and 3 deletions
|
@ -119,7 +119,7 @@ end
|
|||
-- get all contacts
|
||||
function mail.get_contacts(playername)
|
||||
local entry = mail.get_storage_entry(playername)
|
||||
return entry.contact
|
||||
return entry.contacts
|
||||
end
|
||||
|
||||
-- returns the maillists of a player
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue