mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-07 07:00:31 -04:00
docs
This commit is contained in:
parent
8ce3dc2ecf
commit
dff068d75b
7 changed files with 91 additions and 139 deletions
|
@ -42,7 +42,7 @@ function mail.show_inbox(name)
|
|||
end
|
||||
end
|
||||
formspec[#formspec + 1] = ","
|
||||
formspec[#formspec + 1] = minetest.formspec_escape(message.sender)
|
||||
formspec[#formspec + 1] = minetest.formspec_escape(message.from)
|
||||
formspec[#formspec + 1] = ","
|
||||
if message.subject ~= "" then
|
||||
if string.len(message.subject) > 30 then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue