fixed get_fs_show_log wrapper parameter

This commit is contained in:
Sokomine 2024-02-09 21:10:24 +01:00
parent d6338abeca
commit 0490f8183c

View File

@ -166,8 +166,7 @@ yl_speak_up.get_fs_show_log = function(player, param)
if(not(param)) then
param = {}
end
local pname = player:get_player_name()
return yl_speak_up.get_fs_show_log(pname, param.log_type)
return yl_speak_up.get_fs_show_log(player, param.log_type)
end