fixed typo in fs_trade_via_buy_button
This commit is contained in:
parent
7c72e4215b
commit
1748a3308b
@ -365,7 +365,7 @@ yl_speak_up.get_fs_trade_via_buy_button_wrapper = function(player, param)
|
||||
if(not(param) and yl_speak_up.speak_to[pname]) then
|
||||
param = yl_speak_up.speak_to[pname].trade_id
|
||||
end
|
||||
return yl_speak_up.get_trade_via_buy_button(player, param)
|
||||
return yl_speak_up.get_fs_trade_via_buy_button(player, param)
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user