mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-05 22:20:37 -04:00
* fix for bugs #135 and #136 * Fix indentation in ui/compose.lua Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> --------- Co-authored-by: Athozus <athozus@gmail.com> Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
This commit is contained in:
parent
c5fd218415
commit
fcca0b7511
2 changed files with 2 additions and 8 deletions
|
@ -59,7 +59,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||
desc = fields.desc,
|
||||
players = mail.parse_player_list(fields.players)
|
||||
}, old_maillist.name)
|
||||
maillists[mail.selected_idxs.maillists[name]] = nil
|
||||
end
|
||||
else
|
||||
mail.update_maillist(name, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue