Skip to content

Commit

Permalink
fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Apr 28, 2020
1 parent 48cb40b commit cbceb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmail/webmail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbceb94

Please sign in to comment.