mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
fix variable to be local
This commit is contained in:
parent
522eb0a9ee
commit
f5387e2750
1 changed files with 1 additions and 1 deletions
2
api.lua
2
api.lua
|
@ -62,7 +62,7 @@ function mail.send(src, dst, subject, body)
|
|||
end
|
||||
|
||||
-- form the actual mail
|
||||
msg = {
|
||||
local msg = {
|
||||
unread = true,
|
||||
from = m.from,
|
||||
to = m.to,
|
||||
|
|
Loading…
Add table
Reference in a new issue