adding missing postfix for _wrapper in show_log

This commit is contained in:
Sokomine 2024-02-10 00:33:48 +01:00
parent 61d2fc1679
commit b1f5a3ee9e

View File

@ -162,7 +162,7 @@ yl_speak_up.get_fs_show_log = function(player, log_type)
return table.concat(formspec, '') return table.concat(formspec, '')
end end
yl_speak_up.get_fs_show_log = function(player, param) yl_speak_up.get_fs_show_log_wrapper = function(player, param)
if(not(param)) then if(not(param)) then
param = {} param = {}
end end