mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-01-09 08:30:18 +01:00
remove redundant destructor call
This commit is contained in:
parent
41f2eaaabb
commit
623c4017d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user