storage format docs

This commit is contained in:
BuckarooBanzay 2023-03-28 07:56:52 +02:00 committed by Athozus
parent 894e5df4b1
commit 9b2883030a
No known key found for this signature in database
GPG key ID: B50895022E8484BF
3 changed files with 43 additions and 10 deletions

View file

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