field fix

This commit is contained in:
BuckarooBanzay 2020-09-20 13:11:38 +02:00
parent 64262c95a6
commit be51cff470

View File

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