fix #5267 show that effect_exec_lua priv is needed
This commit is contained in:
parent
5e477b0b3e
commit
21f26725ae
@ -2052,7 +2052,7 @@ yl_speak_up.get_sub_fs_edit_option_p_and_e_function = function(
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
local priv_name = "precon_exec_lua"
|
local priv_name = "precon_exec_lua"
|
||||||
if(id_prefix == "_r") then
|
if(id_prefix == "r_") then
|
||||||
priv_name = "effect_exec_lua"
|
priv_name = "effect_exec_lua"
|
||||||
end
|
end
|
||||||
return formspec..
|
return formspec..
|
||||||
|
Loading…
Reference in New Issue
Block a user