Fix inability to edit contact

This commit is contained in:
Athozus 2023-03-01 17:23:44 +01:00
parent 09a156cfe8
commit 770b7b69cb
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

@ -847,6 +847,7 @@ function mail.handle_receivefields(player, formname, fields)
end
contact.name = fields.name
contact.note = fields.note
mail.setContact(name, contact)
else
local contact = {