mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-20 16:41: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
|
end
|
||||||
|
|
||||||
-- form the actual mail
|
-- form the actual mail
|
||||||
msg = {
|
local msg = {
|
||||||
unread = true,
|
unread = true,
|
||||||
from = m.from,
|
from = m.from,
|
||||||
to = m.to,
|
to = m.to,
|
||||||
|
|
Loading…
Add table
Reference in a new issue