mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 16:31:43 -04:00
Fix inability to edit contact
This commit is contained in:
parent
09a156cfe8
commit
770b7b69cb
1 changed files with 1 additions and 0 deletions
1
gui.lua
1
gui.lua
|
@ -847,6 +847,7 @@ function mail.handle_receivefields(player, formname, fields)
|
||||||
end
|
end
|
||||||
contact.name = fields.name
|
contact.name = fields.name
|
||||||
contact.note = fields.note
|
contact.note = fields.note
|
||||||
|
mail.setContact(name, contact)
|
||||||
|
|
||||||
else
|
else
|
||||||
local contact = {
|
local contact = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue