mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 05:37:00 -04:00
migration fixes
This commit is contained in:
parent
106e94eee7
commit
39f47437b6
3 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,7 @@ end
|
|||
mail.migrate_contacts = function(playername)
|
||||
local file = io.open(mail.getContactsFile(playername), 'r')
|
||||
if not file then
|
||||
file:close() -- file doesn't exist! This is a case for Migrate Man!
|
||||
|
||||
-- file doesn't exist! This is a case for Migrate Man!
|
||||
local messages = mail.getMessages(playername)
|
||||
local contacts = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue