mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-15 10:46:41 -04:00
Fix messages with no mailing lists
This commit is contained in:
parent
ab0cd1d82f
commit
e64f97880d
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ function mail.delete_maillist(playername, listname)
|
|||
end
|
||||
|
||||
function mail.extractMaillists(receivers_string, maillists_owner)
|
||||
local receivers = {} -- extracted receivers
|
||||
local receivers = mail.parse_player_list(receivers_string) -- extracted receivers
|
||||
|
||||
-- extract players from mailing lists
|
||||
while string.find(receivers_string, "@") do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue