From e7059ca324294af171dc43fea8c44c85cd5a46d3 Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Sat, 10 Aug 2024 08:46:06 +0800 Subject: [PATCH] Forgot to change col --- poi.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poi.lua b/poi.lua index 06b1e55..ce223b8 100644 --- a/poi.lua +++ b/poi.lua @@ -16,8 +16,8 @@ local update_formspec = function(meta) "field[0.2,1;4,1;name;Name;" .. name .. "]" .. "field[4.2,1;4,1;icon;Icon;" .. icon .. "]" .. - -- col 3 - "field[0.2,3;8,1;addr;Address;" .. addr .. "]" .. + -- col 2 + "field[0.2,2;8,1;addr;Address;" .. addr .. "]" .. -- col 3 "field[0.2,3;8,1;url;URL;" .. url .. "]" ..