field fix
This commit is contained in:
parent
64262c95a6
commit
be51cff470
@ -2,6 +2,6 @@
|
||||
-- send request from webmail
|
||||
function mail.handlers.send(sendmail)
|
||||
-- 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)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user