mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-08 07:30:34 -04:00
storage format docs
This commit is contained in:
parent
894e5df4b1
commit
9b2883030a
3 changed files with 43 additions and 10 deletions
|
@ -59,9 +59,3 @@ function mail.player_in_list(name, list)
|
|||
end
|
||||
return false
|
||||
end
|
||||
|
||||
function mail.ensure_new_format(message, name)
|
||||
if message.to == nil then
|
||||
message.to = name
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue