mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-25 04:23:43 +01:00
is_airlike: Fix accessing undefined global variable
This commit is contained in:
@ -25,7 +25,7 @@ function worldeditadditions.is_airlike(id)
|
|||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
-- Just in case
|
-- Just in case
|
||||||
if worldeditadditions.str_starts(this_node_name, "wielded_light") then
|
if worldeditadditions.str_starts(name, "wielded_light") then
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
-- Just in case
|
-- Just in case
|
||||||
|
Reference in New Issue
Block a user