remove redundant destructor call

This commit is contained in:
flux 2022-10-26 10:40:08 -07:00
parent 65b83ba178
commit 21e232b771
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 0 additions and 1 deletions

View File

@ -750,7 +750,6 @@ function signs_lib.blast_sign(pos, intensity)
local node = minetest.get_node(pos)
local drops = minetest.get_node_drops(node, "tnt:blast")
minetest.remove_node(pos)
signs_lib.destruct_sign(pos)
return drops
end
end