mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-07-04 00:51:21 +02:00
remove redundant destructor call
This commit is contained in:
@ -294,7 +294,6 @@ function display_api.on_blast(pos, intensity)
|
|||||||
local node = minetest.get_node(pos)
|
local node = minetest.get_node(pos)
|
||||||
local drops = minetest.get_node_drops(node, "tnt:blast")
|
local drops = minetest.get_node_drops(node, "tnt:blast")
|
||||||
minetest.remove_node(pos)
|
minetest.remove_node(pos)
|
||||||
display_api.on_destruct(pos)
|
|
||||||
return drops
|
return drops
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user