1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-04 09:00:44 +02:00

remove redundant destructor call

This commit is contained in:
flux
2022-10-26 10:39:18 -07:00
parent 41f2eaaabb
commit 623c4017d2

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