mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
ellipsoid: remove redundant minetest.get_content_id("air") call
wea.is_airlike() is the new function that should be used instead, but in this case the call wasn't even necessary
This commit is contained in:
parent
32fb8be8fe
commit
5bdd8ddb5e
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ function worldeditadditions.ellipsoid(position, radius, target_node, hollow)
|
|||
local data = manip:get_data()
|
||||
|
||||
local node_id = minetest.get_content_id(target_node)
|
||||
local node_id_air = minetest.get_content_id("air")
|
||||
|
||||
local stride_z, stride_y = area.zstride, area.ystride
|
||||
|
||||
|
|
Loading…
Reference in a new issue