added missing local for variable
This commit is contained in:
parent
b9a3ad4543
commit
3390b12611
@ -655,7 +655,7 @@ yl_speak_up.get_fs_talkdialog_add_edit_buttons = function(
|
|||||||
return {h = h, formspec = formspec}
|
return {h = h, formspec = formspec}
|
||||||
end
|
end
|
||||||
-- button "show log" for those who can edit the NPC (entering edit mode is not required)
|
-- 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.")
|
"[Log] Show me your log.")
|
||||||
h = yl_speak_up.add_edit_button_fs_talkdialog(formspec, h,
|
h = yl_speak_up.add_edit_button_fs_talkdialog(formspec, h,
|
||||||
"show_log",
|
"show_log",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user