PICCORO Lenz McKAY 2022-03-13 15:44:00 -04:00
parent 1921a03b45
commit a45f91c512

View File

@ -270,6 +270,8 @@ local check_for = function(look_for, look_inside)
for _, str in pairs(look_inside) do for _, str in pairs(look_inside) do
if not str then goto continue end
if str == look_for then if str == look_for then
return true return true
end end
@ -282,6 +284,8 @@ local check_for = function(look_for, look_inside)
return true return true
end end
end end
::continue::
end end
end end