remove redundant destructor call

This commit is contained in:
flux 2022-10-26 10:39:18 -07:00
parent 41f2eaaabb
commit 623c4017d2
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ function display_api.on_blast(pos, intensity)
local node = minetest.get_node(pos)
local drops = minetest.get_node_drops(node, "tnt:blast")
minetest.remove_node(pos)
display_api.on_destruct(pos)
return drops
end
end