From bf1d0685cbdc426617ed3a7f4292aae57f953211 Mon Sep 17 00:00:00 2001 From: Athozus Date: Sun, 28 Jan 2024 21:56:47 +0100 Subject: [PATCH] Fix indentation in ui/compose.lua Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> --- ui/compose.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/compose.lua b/ui/compose.lua index 16fb57f..d78a10a 100644 --- a/ui/compose.lua +++ b/ui/compose.lua @@ -38,7 +38,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields) local name = player:get_player_name() if fields.send then - local id = mail.selected_idxs.message[name] or mail.new_uuid() + local id = mail.selected_idxs.message[name] or mail.new_uuid() if (fields.to == "" and fields.cc == "" and fields.bcc == "") or fields.body == "" then -- if mail is invalid then store it as a draft mail.save_draft({