mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-05 14:10:31 -04:00
migration fixes
This commit is contained in:
parent
106e94eee7
commit
39f47437b6
3 changed files with 3 additions and 3 deletions
|
@ -36,6 +36,7 @@ function mail.concat_player_list(order)
|
|||
end
|
||||
|
||||
function mail.player_in_list(name, list)
|
||||
list = list or {}
|
||||
if type(list) == "string" then
|
||||
list = mail.parse_player_list(list)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue