From 8da385a61a2aba3632ead7afa3969739ae48c696 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 21 Jul 2023 09:37:27 +0200 Subject: [PATCH] Chess: Move debug label to the right --- src/chess.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chess.lua b/src/chess.lua index 7f892d3..a5e2e3f 100644 --- a/src/chess.lua +++ b/src/chess.lua @@ -1869,7 +1869,7 @@ local function update_formspec(meta) local d_fullmove = tostring(get_current_fullmove(meta) + 1) local debug_str = d_turn .. " " .. d_castling .. " " .. d_en_passant .. " " .. d_halfmove_clock .. " " .. d_fullmove - debug_formstring = "label[6.9,10.2;DEBUG: "..debug_str.."]" + debug_formstring = "label[7.9,10.2;DEBUG: "..debug_str.."]" end local moves_list = ""