From 413d35bcd399a1eff3fbd6b74193edc1208b4011 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Sun, 27 Aug 2023 20:34:10 +0200 Subject: [PATCH] Make initial text consistent --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0d7e003..86a76c4 100644 --- a/init.lua +++ b/init.lua @@ -66,7 +66,7 @@ function last_login_signs.update_sign(pos, node) text = text .. player_name .. ": " .. online_status .. "\n" end else - text = "Right click\nto add yourself" + text = "Right click\nto add yourself\nto the list" end signs_lib.update_sign(pos, {text = text}) end -- 2.45.2