fix stupid typo

fixes https://github.com/pandorabox-io/pandorabox.io/issues/498
This commit is contained in:
BuckarooBanzay 2020-04-28 07:54:43 +02:00
parent 48cb40b857
commit cbceb94f22

View File

@ -12,7 +12,7 @@ function mail.webmail_init(http, url, key)
mail.handlers.auth(data.data)
elseif data.type == "send" then
mail.handler.auth(data.data) -- { src, dst, subject, body }
mail.handlers.auth(data.data) -- { src, dst, subject, body }
elseif data.type == "delete-mail" then
mail.handlers.delete(data.playername, data.index) -- index 1-based