mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-06-16 13:48:06 +02:00
adding missing postfix for _wrapper in show_log
This commit is contained in:
parent
61d2fc1679
commit
b1f5a3ee9e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user