removed undeclared variable

This commit is contained in:
Sokomine 2022-09-11 05:16:52 +02:00
parent 7c5d28328c
commit f825a95fd2

View File

@ -224,7 +224,7 @@ yl_speak_up.get_fs_trade_list = function(player, show_dialog_option_trades)
end
end
end
h = yl_speak_up.show_trade_offer_row(h, i, pname_for_old_fs, formspec, row_content)
h = yl_speak_up.show_trade_offer_row(h, 999, pname_for_old_fs, formspec, row_content)
-- set button background color back to golden/brownish
table.insert(formspec, "style_type[button;bgcolor=#a37e45]")