added missing local for variable

This commit is contained in:
Sokomine 2023-07-09 03:26:00 +02:00
parent b9a3ad4543
commit 3390b12611

View File

@ -655,7 +655,7 @@ yl_speak_up.get_fs_talkdialog_add_edit_buttons = function(
return {h = h, formspec = formspec}
end
-- button "show log" for those who can edit the NPC (entering edit mode is not required)
text = minetest.formspec_escape(
local text = minetest.formspec_escape(
"[Log] Show me your log.")
h = yl_speak_up.add_edit_button_fs_talkdialog(formspec, h,
"show_log",