Skip to content

Commit

Permalink
remove redundant destructor call
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Jul 28, 2023
1 parent 2d3ab48 commit 9809443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion display_api/display.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,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
Expand Down

0 comments on commit 9809443

Please sign in to comment.