fix some issues

This commit is contained in:
BuckarooBanzay 2023-03-28 19:28:49 +02:00 committed by Athozus
parent e8c7fde4c3
commit b1ccd494f7
No known key found for this signature in database
GPG key ID: B50895022E8484BF
3 changed files with 9 additions and 3 deletions

View file

@ -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