field fix
This commit is contained in:
parent
64262c95a6
commit
be51cff470
@ -2,6 +2,6 @@
|
|||||||
-- send request from webmail
|
-- send request from webmail
|
||||||
function mail.handlers.send(sendmail)
|
function mail.handlers.send(sendmail)
|
||||||
-- send mail from webclient
|
-- send mail from webclient
|
||||||
minetest.log("action", "[webmail] sending mail from webclient: " .. sendmail.src .. " -> " .. sendmail.dst)
|
minetest.log("action", "[webmail] sending mail from webclient: " .. sendmail.from .. " -> " .. sendmail.to)
|
||||||
mail.send(sendmail)
|
mail.send(sendmail)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user