From 6cadbd9b6551a2aca815d0a264aa945c2866a3b5 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Tue, 12 Apr 2022 01:57:53 +0200 Subject: [PATCH] trade_simple fs is shown in fs ver 1 again so that it fits --- show_fs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/show_fs.lua b/show_fs.lua index e120620..07680b5 100644 --- a/show_fs.lua +++ b/show_fs.lua @@ -261,7 +261,7 @@ yl_speak_up.show_fs = function(player, fs_name, param) param = yl_speak_up.speak_to[pname].trade_id end yl_speak_up.show_fs_ver(pname, "yl_speak_up:do_trade_simple", - yl_speak_up.get_fs_trade_simple(player, param)) + yl_speak_up.get_fs_trade_simple(player, param), 1) elseif(fs_name == "add_trade_simple") then -- the optional parameter param is the trade_id @@ -269,7 +269,7 @@ yl_speak_up.show_fs = function(player, fs_name, param) param = yl_speak_up.speak_to[pname].trade_id end yl_speak_up.show_fs_ver(pname, "yl_speak_up:add_trade_simple", - yl_speak_up.get_fs_add_trade_simple(player, param)) + yl_speak_up.get_fs_add_trade_simple(player, param), 1) elseif(fs_name == "initial_config") then if(not(param)) then