mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
Repair forward button in read view #29
Due to an extra statement (message.subject)
This commit is contained in:
parent
e190d19dc1
commit
b0a5bc7e47
1 changed files with 1 additions and 1 deletions
2
gui.lua
2
gui.lua
|
@ -458,7 +458,7 @@ function mail.handle_receivefields(player, formname, fields)
|
|||
|
||||
elseif fields.forward then
|
||||
local message = messages[selected_idxs.messages[name]]
|
||||
mail.forward(name, message.subject)
|
||||
mail.forward(name, message)
|
||||
|
||||
elseif fields.delete then
|
||||
if messages[selected_idxs.messages[name]] then
|
||||
|
|
Loading…
Add table
Reference in a new issue