From dffd17a44be53b72c71c956afd1008d782a7d1cd Mon Sep 17 00:00:00 2001 From: Sokomine Date: Tue, 27 Sep 2022 23:51:43 +0200 Subject: [PATCH] show more formspecs in the correct version --- show_fs.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/show_fs.lua b/show_fs.lua index e2a2f4c..03a28a4 100644 --- a/show_fs.lua +++ b/show_fs.lua @@ -364,19 +364,19 @@ yl_speak_up.show_fs = function(player, fs_name, param) -- action related elseif(fs_name == "action_npc_gives") then yl_speak_up.show_fs_ver(pname, "yl_speak_up:action_npc_gives", - yl_speak_up.get_fs_action_npc_gives(player, param)) + yl_speak_up.get_fs_action_npc_gives(player, param), 1) elseif(fs_name == "action_npc_wants") then yl_speak_up.show_fs_ver(pname, "yl_speak_up:action_npc_wants", - yl_speak_up.get_fs_action_npc_wants(player, param)) + yl_speak_up.get_fs_action_npc_wants(player, param), 1) elseif(fs_name == "action_text_input") then yl_speak_up.show_fs_ver(pname, "yl_speak_up:action_text_input", - yl_speak_up.get_fs_action_text_input(player, param)) + yl_speak_up.get_fs_action_text_input(player, param), 1) elseif(fs_name == "action_evaluate") then yl_speak_up.show_fs_ver(pname, "yl_speak_up:action_evaluate", - yl_speak_up.get_fs_action_evaluate(player, param)) + yl_speak_up.get_fs_action_evaluate(player, param), 1) elseif(fs_name == "manage_variables") then yl_speak_up.show_fs_ver(pname, "yl_speak_up:manage_variables",