forked from your-land-mirror/yl_speak_up
fixed unregistered global
This commit is contained in:
parent
4e4ae0da9e
commit
0d86db2088
@ -1614,7 +1614,7 @@ yl_speak_up.get_fs_edit_option_p_and_e_property = function(
|
||||
end
|
||||
local operator_list = {}
|
||||
for i, v in ipairs(check_operator) do
|
||||
v2 = values_operator[i]
|
||||
local v2 = values_operator[i]
|
||||
if( v2 ~= "quest_step_done" and v2 ~= "quest_step_not_done"
|
||||
and v2 ~= "true_for_param" and v2 ~= "false_for_param") then
|
||||
table.insert(operator_list, v)
|
||||
|
Loading…
Reference in New Issue
Block a user