forked from Sokomine/yl_speak_up
fixed get_fs_show_log wrapper parameter
This commit is contained in:
parent
d6338abeca
commit
0490f8183c
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user