From e783b9b57f819f79bc3a87094ffcbbf7573bd917 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Sat, 22 Jan 2022 16:27:11 +0100 Subject: [PATCH] Fix missing closing bracket --- help.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/help.lua b/help.lua index e5db902..588a7bc 100644 --- a/help.lua +++ b/help.lua @@ -131,7 +131,8 @@ real_coordinates[true] image_button_exit[7.75,0.25;0.5,0.5;epidermis_cross.png;close;] tooltip[close;Close] hypertext[0.25,0.25;7.5,4.75;help;Epidermis Guide] -hypertext[0.25,0.75;8,4.25;help;%s]]):format(text) +hypertext[0.25,0.75;8,4.25;help;%s] +]]):format(text) function epidermis.show_guide_formspec(player) minetest.show_formspec(player:get_player_name(), "epidermis:guide", formspec)